Skip to content

treeder/firelite

Repository files navigation

firelite

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

Usage

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})

About

Lightweight firebase libraries

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published