Files
hoppscotch/firestore.rules
Liyas Thomas c54b019d55 🔥 Firebase Hosting
2019-10-03 15:16:39 +05:30

8 lines
132 B
Plaintext

service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}