I have set my Firestore permission so that anyone with my database reference will be able to read or write to my database.
service cloud.firestore { match /dat
Had the same issue using an older project that had some Cloud Functions running in it before. Created a new project, deployed it again, and it worked.