[firebase_database] Difference in behaviour of onDisconnect().update(map) and update(map). #5483
Unanswered
siddhantkothari
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Realtime Database, when we use
some_reference.onDisconnect().update(map)
, the updates in the map happens one by one instead of all at once (like when we usesome_reference.update(map)
). Is this by design or a bug? If it is by design, how do I do it at once?Beta Was this translation helpful? Give feedback.
All reactions