Indexing unknown nodes in Firebase
问题 My data structure is like this: firebase-endpoint/updates/<location_id>/<update_id> each location has many updates that firebase adds as "array" elements. How can I index on the "validFrom" property of each update if the location_id is unknown before insertion into the databse? { "rules": { "updates": { "<location_id>": { // WHAT IS THIS NODE SUPPOSED TO BE? ".indexOn": ["validFrom"] } } } } data structure sample { "71a57e17cbfd0f524680221b9896d88c5ab400b3": { "-KBHwULMDZ4EL_B48-if": { "place