v0.14.0
Redux-Saga v1.0.0-beta support!
This release includes several breaking changes.
Updates
- (breaking) The library is now transpiled using babel v7. The outputed files are very close to what v6 generated and no bug was detected during testing, however this is still considered a potentially breaking change. Thanks, @sarovin! 🎉
- (breaking) Redux-saga has been moved from a regular dependency to a peer dependency. This will ensure we use the client's redux-saga installation and enable support for support for redux-saga v1.0.0-beta.
database.channel(path, event, buffer)
now accepts an optional third argument,buffer
, which defaults tobuffers.none()
. Thanks @ryansully! 🎉firestore.channel(pathOrRef, type, buffer)
now accepts an optional third argument,buffer
, which defaults tobuffers.none()
. Thanks @ryansully! 🎉
Additions
*auth.updateProfile(credential)
: updates the user’s basic profile information. Thanks, @elco45! 🎉- The npm package now includes typescript types.