https://firebase.google.com/docs/database/admin/start#authenticate-with-limited-privileges mentions a good way of authorizing an admin for the realtime database is to provide some specialized uid which is passed in while initializing the firebase app (via a fxn called AuthVariableOverride).
Is there a way to do this in this package?
https://firebase.google.com/docs/database/admin/start#authenticate-with-limited-privileges mentions a good way of authorizing an admin for the realtime database is to provide some specialized uid which is passed in while initializing the firebase app (via a fxn called
AuthVariableOverride).Is there a way to do this in this package?