If you are attempting to request a large portion of the database with a realtime connection, Firebase sends the results in parts. I made a makeshift script using your wiki that constantly tries to parse the json and only dispatches a complete event when it is successful. Though... is there a better way?
If you are attempting to request a large portion of the database with a realtime connection, Firebase sends the results in parts. I made a makeshift script using your wiki that constantly tries to parse the json and only dispatches a complete event when it is successful. Though... is there a better way?
https://github.com/sfxworks/FirebaseREST/blob/master/src/net/sfxworks/firebaseREST/Database.as#L105-L166