I\'m a newbie in firebase.
How do I get through this below rule?
service cloud.firestore { match /databases/{database}/documents { match /{document
I was able to solve the problem by switching from Cloud Firestore to Realtime Database, and then changing the rule. (After I've changed this, there was no more error showing!)