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
Back To Top
Search