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
Is your feature request related to a problem? Please describe.
I'd like to use firebase-admin for testing of Firebase Realtime Database access rules. I'm not sure how to intialize the library, to make it reliably connect to the emulator.
There's already documentation for properly (using an emulator URL as the databaseURL isn't the "proper" way), and then databaseAuthVariableOverride just works as normal - granted there are some issues related to using the auth variable in the rules, but that what's firebase/firebase-tools#2554 is about.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
I'd like to use
firebase-admin
for testing of Firebase Realtime Database access rules. I'm not sure how to intialize the library, to make it reliably connect to the emulator.Documentation has Authenticate with limited privileges but the samples it gives are real-world, not emulator URLs.
Describe the solution you'd like
Documentation showing the initialization steps that work with Firebase Realtime Database emulator.
Describe alternatives you've considered
I think I had this code working, but now it fails.
Gives (
firebase-admin
11.0.0):I'll keep looking and post here if I find something that works.
Related:
firebase-tools
GitHub Issues)The text was updated successfully, but these errors were encountered: