Is it safe to expose Firebase apiKey to the public?
The Firebase Web-App guide states I should put the given apiKey
in my Html to initialize Firebase:
Is it safe to expose Firebase apiKey to the public?
The Firebase Web-App guide states I should put the given apiKey
in my Html to initialize Firebase:
Firebase permission denied even when authenticated
I have a basic database with these rules
firebase configuration and button counting
Trying to save users clicks on firebase, but isn´t increasing at all
How I can pass the initialization config into my service worker?
I am making a library that initializes a firebase push notification. I want to achienve a hassle-free firebase configuration by letting the js to set it up for me.
Firestore query with multiple where()
Im trying to get a single document from a collection in firestore, but its document id has to be diferent from a list of ids on an array
Getting Uncaught ReferenceError: firebase is not defined
im creating a html form that stores data in a firebase database and when i try to run the code it give this error Uncaught ReferenceError: firebase is not defined. i tried to do as the other posts but did not work