Redux Saga Firebase Versions Save

A redux saga integration for firebase.

v0.15.0

5 years ago

Redux-Saga v1.0.0 support!

Updates

Additions

v0.14.1

5 years ago

Updates

Additions

v0.14.0

5 years ago

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 to buffers.none(). Thanks @ryansully! πŸŽ‰
  • firestore.channel(pathOrRef, type, buffer) now accepts an optional third argument, buffer, which defaults to buffers.none(). Thanks @ryansully! πŸŽ‰

Additions

  • *auth.updateProfile(credential): updates the user’s basic profile information. Thanks, @elco45! πŸŽ‰
  • The npm package now includes typescript types.

v0.13.0

5 years ago

Additions

v0.12.0

6 years ago

Changes

  • The constructor new ReduxSagaFirebase(firebaseApp) now only accepts a firebase app. There is no need to pass a firebase.firestore() object anymore, as RSF now uses the built-in firestore instance (and, BTW, it's a bad idea to use firebase.firestore()).

v0.11.0

6 years ago

Updates

v0.10.0

6 years ago

Updates

v0.9.0

6 years ago

Additions

v0.8.0

6 years ago

Updates

v0.7.1

6 years ago

Fixes

  • Fixed a bug where the functions.call method was failing to detect the project id automatically in some cases. Thanks @juanialt! πŸŽ‰