An open API service indexing awesome lists of open source software.

https://github.com/solrac97gr/rust-firebase

Example of basic request to Firebase Realtime Database using Rust not official package. 🦀
https://github.com/solrac97gr/rust-firebase

firebase firebase-realtime-database rust

Last synced: about 2 months ago
JSON representation

Example of basic request to Firebase Realtime Database using Rust not official package. 🦀

Awesome Lists containing this project

README

          

# Firebase Realtime Database 🔥 and Rust 🦀

It not exist oficial support of the Firebase SDK in Rust, so the only way for work with Firebase as a database is using the REST API of Firebase Realtime Database.

## Solution 👨🏽‍🔧:

I decided to use a external package `firebase-rs` for communicate with the Firebase Realtime Database REST API and implement a basic crud using this methods.

## What methods I do? 📝:
- Get
- Get All
- Update
- Delete

## Conclusions 🤔:

Rust and Firebase is not good combination for now, until the official package is not relase is better not to use Firebase in combination with Rust.