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

why is on_call firebase function returning INTERNAL exception

firebase local emulation side: initialize_app() @https_fn.on_call( cors=options.CorsOptions( cors_origins="*", cors_methods=["get", "post", "options"],)) def validateEmail(req: https_fn.CallableRequest) -> Any : return {"text":{"valid:":"true"}} The android app side. val func = Firebase.functions private fun validateEmail(str:String): Task<String> { val data = hashMapOf( "email" to str )…

VIEW QUESTION

firebase init genkit unsupported

I am following the Genkit with Firebase Cloud Functions tutorial and I'm getting the following error when running firebase init genkit: genkit is not a supported feature; must be one of database, firestore, functions, hosting, hosting:github, storage, emulators, remoteconfig, extensions,…

VIEW QUESTION
Back To Top
Search