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: 10 months ago
JSON representation

An example using Firebase for AvionDB AccessControl

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
```