firebase
Cloud function onWrite missing events
My app relies heavily on Firebase's Cloud functions. I'm using onWrite()-trigger to run my function. I was testing it and noticed that adding 25 rows of data rapidly into the database does not trigger my Cloud function 25 times. In this test case it missed onWrite()-events for numbers 7 and 14 (see the img below). That's 2 out of 25! Is there a way to improve this? In this test I would have had to inform 2 out of 25 players that there was an error with the connection to the database. That does not give a very good image of my app.
Related Links
Cloud Functions for Firebase - Is this similar to “Cloud Code” in parse?
Is there a way to get a webhook called on every Firebase Realtime DB transaction?
cannot set google-service.json's build action in xamarin studio [duplicate]
Uploading Image to Firebase in React Native
Android Integrating Firebase Messaging in Library Module
Can Firebase Authentication be used as a sign in only?
How to implement AngularFire2 or firebase plugin in NativeScript with Angular?
Firebase 3: Create new user with Emberfire and Save additional fields (DS)
Firebase queue security rule issue
Firebase Join 2 tables - but skip over the key
Retrieve Timestamp from Firebase in Android populateViewHolder
Dealing with token expiration in firebase
Firebase Chat - Get messages just for 2 users [duplicate]
Best way to reload image stored in Firebase Storage #askfirebase [closed]
How to fix “[mobx] deprecated: `mobx.map` is deprecated” error when the error sims to be in mobx-firebase-store package?
Android api level 25.0 NuGet causes trouble in visual studio 2015 and Xamarin