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
changed - For Firestore events where no previous data exists, `event.data.previous` is no longer `null`, it is always a Firebase DocumentSnapshot. `event.data.previous.exists` will be false if there is no previous data.
2
+
fixed - Fixed regression where DeltaSnapshot constructor parameter ordering was changed.
3
+
changed - The typing of `functions.config()` now guarantees the existence of `functions.config().firebase`.
0 commit comments