Open mekumoshi opened 3 years ago
Basically:
firebase-admin
package and your Firebase project's json file containing credentials.firebaseConfig
by initializing Firebase Admin app via admin.initializeApp()
and specifying credential
and databaseURL
property values.firebaseDatabase
via firebaseConfig.database()
.The next steps are same with Firebase SDK's steps: you initialize GeoFire object by specifying Database Reference via firebaseDatabase.ref(...)
.
thanks so much i just figure it out
Version info
Firebase:
GeoFire:
Other (e.g. Node, browser, operating system) (if applicable):
Test case
Steps to reproduce
Expected behavior
Actual behavior