Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviondb/aviondb-firebase
An example using Firebase for AvionDB AccessControl
https://github.com/aviondb/aviondb-firebase
access-control authentication aviondb email-password firebase orbitdb
Last synced: 8 days ago
JSON representation
An example using Firebase for AvionDB AccessControl
- Host: GitHub
- URL: https://github.com/aviondb/aviondb-firebase
- Owner: aviondb
- License: wtfpl
- Created: 2020-05-06T18:30:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:15:43.000Z (almost 2 years ago)
- Last Synced: 2024-05-27T12:12:51.773Z (6 months ago)
- Topics: access-control, authentication, aviondb, email-password, firebase, orbitdb
- Language: JavaScript
- Homepage: https://bit.ly/aviondb-firebase
- Size: 13.5 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## aviondb-firebase
> A Firebase Auth based Access Controller for AvionDB & OrbitDB
### Demo
![Firebase based Auth with AvionDB](./assets/ezgif.com-video-to-gif.gif)
### Try it out
Check out the [Todolist in Action](https://bit.ly/aviondb-firebase).
### Requirements
The minimum required version of Node.js is now 8.6.0 due to the usage of `...` spread syntax. LTS versions (even numbered versions 8, 10, etc) are preferred.
### How to Use?
Run the following command to install dependencies & Open the console to see logs
```
npm i
npm start
```