Crates.io | firebase-wasm |
lib.rs | firebase-wasm |
version | 0.8.1 |
source | src |
created_at | 2022-08-09 02:01:37.161945+00 |
updated_at | 2022-11-19 17:02:37.897424+00 |
description | Rust bindings for the Firebase v9 JS SDK. |
homepage | https://github.com/jquesada2016/firebase-wasm-rs |
repository | https://github.com/jquesada2016/firebase-wasm-rs |
max_upload_size | |
id | 641514 |
size | 46,929 |
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
struct, which is a helpful wrapper for converting upload tasks into
rust streams
.
License: MIT