I\'m using Geofire to do a circleQuery in a certain area. With my observers set up I am getting back locations, however, with the location I also get back a \"Using an unspecifi
Removing the brackets around ["g"] fixes the problem. Here is the final piece of code:
"rules": { "karmadots": { ".read": true, ".write": true, "geofire": { ".indexOn": "g" } } }