firebase-wasm 0.3.1

Rust bindings for the Firebase v9 JS SDK.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# firebase-wasm

This crate provides bindings to the Firebase v9 JS SDK.

There is much to do, and I am only sharing it this early in
the hopes that someone might help me generate the remaining
API surface. At the bare minimum, a 1:1 API should exist,
though idomatic rust wrappers and utilities should exist.
A good example of this can be found in the [`UploadTask`](storage::UploadTask)
struct, which is a helpful wrapper for converting upload tasks into
rust [`streams`](futures::Stream).

License: MIT