I am building an app where anonymous users can read and contribute some data from their browser. I am getting frequent warnings about this being not secure and users being able to wipe out my database.
Right now, in development this is OK as the application is not public but i want to avoid the security concerns.
I do not want to have users to create a login for the application.
Firebase security rules currently
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if