Skip to content

Instantly share code, notes, and snippets.

@momoali19
momoali19 / My Realtime ruls
Created February 7, 2021 15:37
I have a problem, I cannot write to the Firebase Realtime console, i dont know where is the probelm
{
"rules": {
".read": true,
".write": true
}
}