Redux-Saga v1.0.0 support!
Updates
firestore.channel(pathOrRef, type, buffer, snapshotListenOptions)
now accepts a fourth, optional parameter:snapshotListenOptions
. A SnapshotListenOptions object to control the circumstances when the channel will emit events. Thanks @ted-aux! 🎉 (#135)- Improved TS typing. (#155)
Additions
- An error message is now logged to the console when an error arises in any synchronisation method and no
failureActionCreator
were given. (#156)