You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible that if we call ref.set(..) before ref.onDisconnect().remove(), and something goes wrong causing set(..) to be completed but not onDisconnect().remove(), will we be stuck with data forever on the Firebase server? What happens if we swap these 2 lines?
The text was updated successfully, but these errors were encountered:
Is it possible that if we call ref.set(..) before ref.onDisconnect().remove(), and something goes wrong causing set(..) to be completed but not onDisconnect().remove(), will we be stuck with data forever on the Firebase server? What happens if we swap these 2 lines?
The text was updated successfully, but these errors were encountered: