You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/firestore.md
+23-18Lines changed: 23 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,23 @@
1
1
# Firestore
2
2
3
+
The Firestore integration is build on [`redux-firestore`](https://github.com/prescottprue/redux-firestore). Auth, Storage, and RTDB interactions still go on within `react-redux-firebase`, while `redux-firestore` handles attaching listeners and updating state for Firestore.
4
+
3
5
To begin using Firestore with `react-redux-firebase`, make sure you have the following:
4
6
*`v2.0.0` or higher of `react-redux-firebase`
5
7
* Install `redux-firestore` in your project using `npm i --save redux-firestore@latest`
6
8
*`firestore` imported with `import 'firebase/firestore'`
7
9
*`firestore` initialize with `firebase.firestore()`
8
10
*`reduxFirestore` enhancer added to store creator
9
-
*`firestoreReducer` added to your reducers (will be combinable with main before v2.0.0 release)
Populate is not yet supported for the Firestore integration, but will be coming soon. Progress can be tracked [within issue #48](https://github.com/prescottprue/redux-firestore/issues/48).
250
-
251
-
## More Info {#more}
252
-
253
-
The Firestore integration is build on [`redux-firestore`](https://github.com/prescottprue/redux-firestore).
0 commit comments