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. 🦀
- Host: GitHub
- URL: https://github.com/solrac97gr/rust-firebase
- Owner: solrac97gr
- Created: 2022-11-16T20:19:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T23:03:44.000Z (over 3 years ago)
- Last Synced: 2026-03-28T03:44:00.616Z (3 months ago)
- Topics: firebase, firebase-realtime-database, rust
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.