5 ms·
Firebase keys give you access to the database, which can be public. You just have to setup rules for the database, usually so users have to be authenticated to
by diericx 7y ago
Firebase keys give you access to the database, which can be public. You just have to setup rules for the database, usually so users have to be authenticated to view anything and can only read their own private info.
edit: just realized you may have just been asking about hiding keys in general. Sorry if this wasn't what you were asking about!
- hyperthreading 7y ago> Don’t put your API keys, Tokens and Secrets visible easily I was just confused at this part because permission & rules are the solution as far as I know. Thanks for the reply though :) I'm prettry sure now that exposing keys are no problem.