I just set up my hello world firebase app. I saw there is a simulator tool on firebase's dashboard and I want to use it simply like,
https://boiling-inferno-1234.firebaseio.com/boiling-inferno-1234/Cat
I clicked "Simulate Read" and there is the output,
Attempt to read /boiling-inferno-1234/Cat with auth=null
Default rules. Read allowed.
but no actual data.
I chose "unauthenticated" method and I also did have any security constraints.
My data is like,
boiling-inferno-1234
Cat: "Blue"
Elephan: "White"
Fly: "Yellow"
Mouse: "Black"
What could be possibly wrong?