After I hit ENTER for this question, I get:
Error: An unexpected error has occurred.
The database.rules.json file contains:
{
“rules”: {
“UsersData”: {
“$uid”: {
“.read”: “$uid === auth.uid”,
“.write”: “$uid === auth.uid”
}
}
}
}
Any ideas?
3 Answers
Hi.
Can you tell me the exact step where you’re getting this error?
Regards,
Sara
I figured out that I needed to be in the project folder to run the command, then I read your response to
Thanks Sara,
Joel