79191572

Date: 2024-11-15 08:36:54
Score: 1.5
Natty:
Report link

After extra attempt I was able to solve the issue by following answer on question below. Realtime database emulator ignores database.rules.json

  1. created realtime database rule file called database.rules.json and wrote below

    { "rules": { ".read": false, ".write": false, "test" : {".indexOn" : ["t"]} } }

  2. on .firebaserc file added database setting

  3. on firebase.json added database setting

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Akira Yoshimura