homotopy-rs icon indicating copy to clipboard operation
homotopy-rs copied to clipboard

Basic Firebase Rust wasm-bindgen bindings

Open NickHu opened this issue 2 years ago • 3 comments

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.

NickHu avatar Sep 12 '22 15:09 NickHu

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.

NickHu avatar Sep 12 '22 15:09 NickHu

@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

NickHu avatar Sep 12 '22 15:09 NickHu

firebase-wasm-rs looks fine, I'll give it a try.

H-Yulong avatar Sep 12 '22 15:09 H-Yulong