Home
FlameDB is a simple wrapper for Firebase SDK. FlameDB only help you connect and write data on your firestore, all data are directly stored into your firestore.
Installing
Install node.js
run
npm install flame.db
You can get started working on your project!
Docs
You can find the documentation here
Changelog
Changed
.new()
into.create()
Added event emitter
Examples
Connecting to Firebase
Visit firebase and make a new account if you haven't.
Create a new firebase project then go to Cloud Firestore then create a database.
Go to Project Settings and then click "Service Account" and make a new service account. You will then download a json file.
Copy all content from the json file and store it in your project.
Initialize your database.
You're all done!
Initialize Database
Last updated