So I recieved a firebase firestore mail today saying:
Firebase: Your Cloud Firestore database has insecure rules
We ve detected the following issue(s) with your security rules: any user can read your entire database
Because your project does not have strong security rules, anyone can access your entire database. Attackers can read all of your data, and they can drive up your bill. Analysis is run daily. If you've modified your rules in the last 24 hours that may not be accounted for.
Is this a warning or is it compulsory to add authentication to my project? I want anyone to be able to read my Firestore database.