Firebase Database is running but gives permission error.
I changed the rules to:
"Users" : {
"$user_id" : {
".read" : true,
".write" : "auth.uid === $user_id"
}
},
I can listen to the data, but it always gives an error on the screen.
How can I fix this, or is it a problem?