skip to Main Content

firebase-emulator filestore rules

I have added some rules to the Firestore database in the firebase console and everything works fine with the cloud. When I deploy rules in the emulator, they are ignored and I get the error message "Missing or insufficient permissions".…

VIEW QUESTION

app crash on FireBase FireStore connection

I'm trying to connect to firebase, but the app just keeps crashing. I understand I must be having some misaligned dependencies, but I believe I took the right versions according to: https://firebase.google.com/support/release-notes/android The Build.gradle.kts contain: plugins { id("com.android.application") version "8.6.0"…

VIEW QUESTION
Back To Top
Search