Firebase Permission Denied

By default the database in a project in theĀ Firebase ConsoleĀ is only readable/writeable by administrative users (e.g. in Cloud Functions, or processes that use an Admin SDK). Users of the regular client-side SDKs can’t access the database, unless you change the server-side security rules. You can change the rules so that the database is only readable/writeable … Read more