homotopy-rs
homotopy-rs copied to clipboard
Basic Firebase Rust wasm-bindgen bindings
We will need to be able to use the Firebase JS SDK from Rust. This means either writing our own binding, or seeing if there is one that is suitable. We expect to want to use Firebase Auth, Storage, and Cloud Firestore in our client.
There is a very new binding available: https://github.com/jquesada2016/firebase-wasm-rs
It requires appraisal, but might be what we are looking for, or at least a decent starting point.
@thud @H-Yulong could one of you take a look at this? I wrote up the design in the README for https://github.com/orgs/homotopy-io/projects/8
firebase-wasm-rs looks fine, I'll give it a try.