I have a variety of public webpages that read my database and display things based on local javascript processing etc.
I have my Firestore rules set to allow all reads (my writes are locked down).
From everything I've been able to find online this seems to be a reasonable use case. BUT I get daily emails from Firestore warning me of insecure database rules. Am I doing something wrong/bad? Should I just ignore the rules. I'd rather not setup a proxy API if it's not necessary but will if that's best.
Thanks a lot for any input.
Brad