Realtime database emulator support #4870
Unanswered
b3nb5n
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a project that uses the Realtime Database. In the past I've only ever used Firestore, and I'm used to connecting to the emulator by doing something like this immediately after initiating Firebase.
However, I can't find anything like this for the Realtime Database, the closest I've come is doing this every time I need to access
FirebaseDatabase.instance
.Ideally I would only have to do this once when firebase is initialized, or something similar to the Cloud Functions emulator implementation
FirebaseFunctions.instance.useFunctionsEmulator(origin: 'http://localhost:5000')
.Beta Was this translation helpful? Give feedback.
All reactions