You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import firebase-admin package and your Firebase project's json file containing credentials.
Create a config object firebaseConfig by initializing Firebase Admin app via admin.initializeApp() and specifying credential and databaseURL property values.
Create a database object 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(...).
Version info
Firebase:
GeoFire:
Other (e.g. Node, browser, operating system) (if applicable):
Test case
Steps to reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: