I want to enter a security rule to prevent deletion of the whole firebase database at once from a random authenticated user. But I want to allow authenticated users to read,write and delete their own messages. Imagine the below senario where someone decompiles your app,gets the google-json file data and compiles an app that can connect to your project and setValue null to your whole database. Should I be worried of the above senario or google has taken care that? I have read the below links but I cannot get anything. Firebase - secure the database from being deleted entirely Too easy to delete whole database and I have read the security tutorial at firebase https://firebase.google.com/docs/database/security/
Any help will be appreciated!