An open API service indexing awesome lists of open source software.

https://github.com/treeder/firelite

Lightweight firebase libraries
https://github.com/treeder/firelite

Last synced: 4 months ago
JSON representation

Lightweight firebase libraries

Awesome Lists containing this project

README

          

# firelite

Simple, lightweight firebase libraries using the REST APIs instead of grpc based ones.

## Usage

```sh
npm install treeder/firelite
```

Initialize them with you google credentials JSON:

```
let firestore = new Firestore({creds: creds})
let storage = new Storage({creds: creds})
let logging = new Logging({creds: creds})
```