-
-
Notifications
You must be signed in to change notification settings - Fork 100
Profile data in firestore #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This will be a change in |
prescottprue
pushed a commit
to prescottprue/react-redux-firebase
that referenced
this issue
Nov 25, 2017
Work on this has started on this in |
3 tasks
prescottprue
added a commit
to prescottprue/react-redux-firebase
that referenced
this issue
Dec 3, 2017
* feat(populate): `childAlias` for store results of populate on another parameter - #126 * feat(profile): Firestore support for `updateProfile` method - [issue 25 on redux-firestore](prescottprue/redux-firestore#25) * feat(storage): `progress` option added to `uploadFile` method - #346 * feat(storage): `uploadFile` default metadata written to DB now includes `createdAt` * feat(core): `redux-firestore` is no longer a dependency - managed by library user directly * fix(examples): Material-ui example updates (including moving `injectTapEventPlugin()` to `main.js`)
Tomoya32
added a commit
to Tomoya32/react-redux-firebase
that referenced
this issue
Aug 22, 2018
* feat(populate): `childAlias` for store results of populate on another parameter - #126 * feat(profile): Firestore support for `updateProfile` method - [issue 25 on redux-firestore](prescottprue/redux-firestore#25) * feat(storage): `progress` option added to `uploadFile` method - #346 * feat(storage): `uploadFile` default metadata written to DB now includes `createdAt` * feat(core): `redux-firestore` is no longer a dependency - managed by library user directly * fix(examples): Material-ui example updates (including moving `injectTapEventPlugin()` to `main.js`)
mirdavion
pushed a commit
to mirdavion/react-redux-firebase
that referenced
this issue
Mar 18, 2021
* feat(populate): `childAlias` for store results of populate on another parameter - #126 * feat(profile): Firestore support for `updateProfile` method - [issue 25 on redux-firestore](prescottprue/redux-firestore#25) * feat(storage): `progress` option added to `uploadFile` method - #346 * feat(storage): `uploadFile` default metadata written to DB now includes `createdAt` * feat(core): `redux-firestore` is no longer a dependency - managed by library user directly * fix(examples): Material-ui example updates (including moving `injectTapEventPlugin()` to `main.js`)
prodev90
added a commit
to prodev90/react-redux-firebase-sample
that referenced
this issue
Jan 4, 2023
* feat(populate): `childAlias` for store results of populate on another parameter - #126 * feat(profile): Firestore support for `updateProfile` method - [issue 25 on redux-firestore](prescottprue/redux-firestore#25) * feat(storage): `progress` option added to `uploadFile` method - #346 * feat(storage): `uploadFile` default metadata written to DB now includes `createdAt` * feat(core): `redux-firestore` is no longer a dependency - managed by library user directly * fix(examples): Material-ui example updates (including moving `injectTapEventPlugin()` to `main.js`)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been using Firebase realtime database in my react-native app using
react-redix-firebase
and am switching to Firestore from RD. I have set the following for my reduxFirebase config:but I user data still isn't being put in firestore when I use firebase.updateProfile and there is no firestore.updateProfile - Am I missing something??
The text was updated successfully, but these errors were encountered: