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
Fixed the lifetime of the ValueEventRegistration that is associated with
Transactions. Transactions that required multiple attempts to commit their
changes were seeing a crash because the registration was being cleaned up
before the events were posted, resulting in a call to an object that had
already been deleted.
PiperOrigin-RevId: 264777902
0 commit comments