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