Firebase – OnChildChanged and onChildRemoved not getting called at app start
On iOS, if you change or remove data from Firebase and start the app, onChildChanged or onChildRemoved are getting called to deliver the changed/removed data. On Android, the methods are only called when the app is running but not after…