Skip to content

Example of basic request to Firebase Realtime Database using Rust not official package. πŸ¦€

Notifications You must be signed in to change notification settings

solrac97gr/rust-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

Example of basic request to Firebase Realtime Database using Rust not official package. πŸ¦€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages