I got an email that indicates I was developing in \"test mode\", but that it left my database completely open to the internet. The default rules I initially accepted look l
Or if you are like me, who's still in test mode? Just update the date
match /{document=**} { // from previous date 2019, 12, 14 to new date 2020, 01, 4 allow read, write: if request.time < timestamp.date(2020, 01, 4); }