Firebase Permission Denied.Error: PERMISSION_DENIED: Permission denied firebased
I was facing similar issue and found out that this error was due to incorrect rules set for read/write operations for real time database. By default google firebase nowadays loads cloud store not real time database. We need to switch to real time and apply the correct rules.

Comments
Post a Comment