PhantomAppDevelopment / firebase-as3

Integrate Firebase Auth, Realtime Database and Storage in your Adobe AIR projects.
MIT License
56 stars 12 forks source link

Indicator for Realtime? #23

Open sfxworks opened 6 years ago

sfxworks commented 6 years ago

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