I have an express server and I have some files that I site needs to connect to the firebase, but I need to make them available only for my site code and not to users because they could see all my credentials. Is there way to do it?
Asked
Active
Viewed 26 times
0
-
No, it's impossible. – jabaa Jun 01 '22 at 12:05
-
You can only keep secrets from users _on_ your server. All your config and connection should probably be located there. – somethinghere Jun 01 '22 at 12:29