What all security measure I should take to make sure my API keys and firebase config information remains safe in my app.
Currently my firebase firestore DB rule is allow read, write: if true;
should I change it to something else ? My app does have anonymous user authentication.
Are there any other security measures I should take ?