v0.7.4
- For Firestore events where no previous data exists,
event.data.previous
is no longernull
, it is always a Firebase DocumentSnapshot.event.data.previous.exists
will be false if there is no previous data. - Fixed regression where DeltaSnapshot constructor parameter ordering was changed.
- The typing of
functions.config()
now guarantees the existence offunctions.config().firebase
.