Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boydjohnson/firebase-auth-lite-rs
https://github.com/boydjohnson/firebase-auth-lite-rs
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/boydjohnson/firebase-auth-lite-rs
- Owner: boydjohnson
- License: mit
- Created: 2022-01-04T21:12:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T20:59:48.000Z (over 2 years ago)
- Last Synced: 2024-04-03T01:52:56.198Z (8 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasm-bindgen Rust bindings to [firebase-auth-lite](https://github.com/samuelgozi/firebase-auth-lite)
## Installation
in Cargo.toml
```
[dependencies]
firebase-auth-lite = { git = "https://github.com/boydjohnson/fire-base-auth-lite-rs" }
```## Examples
Email and Password Example
[Examples](/examples/README.md)