0
I’m learning to work with firebase recently. I made a simple example removing user authentication to chat.
That way I need to implement some kind of security, so I have two questions regarding the security of firebase:
How do I set up firebase to run on only one domain? How can I hide my access key from my firebase which is in the javascript code?
You do not need to hide the key, the reading/writing of your site/app is set in the rules within the console of the firebase project.
– Leone Azevedo