Firebase: Limited And Secure Service Access From Pyrebase?
When using Firebase's server API, you can provide additional databaseAuthVariableOverride section to limit access of the service account, as described in the docs. I wanted to use
Solution 1:
There is no difference in the security rules between an auth.uid that you've set using Authenticate with limited privileges or one that is determined by signing in with email&password.
Post a Comment for "Firebase: Limited And Secure Service Access From Pyrebase?"