Hi. Im trying to make a game profile but online but there is a problem.
I cant write documents in collections.
like the user collection i cant create a document in it!
notheing changes
it does not have to do with the rules or anything cuz here is my rule:
“”"
rules_version = ‘2’;
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow create, read, write, update, delete : if true;
}
}
}
“”"
i seem to get well in this page but then it does not have the Queries commands!
help me