https://github.com/treeder/firelite
Lightweight firebase libraries
https://github.com/treeder/firelite
Last synced: 4 months ago
JSON representation
Lightweight firebase libraries
- Host: GitHub
- URL: https://github.com/treeder/firelite
- Owner: treeder
- License: mit
- Created: 2024-03-04T12:38:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-18T22:25:55.000Z (9 months ago)
- Last Synced: 2025-09-19T00:39:59.175Z (9 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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})
```