Skip to content
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

Profile data in firestore #25

Closed
NathHorrigan opened this issue Nov 23, 2017 · 2 comments
Closed

Profile data in firestore #25

NathHorrigan opened this issue Nov 23, 2017 · 2 comments
Assignees

Comments

@NathHorrigan
Copy link

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:

const reduxFirebaseConfig = {
  userProfile: 'users',
  enableRedirectHandling: false,
  useFirestoreForProfile: true
}

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??

@prescottprue
Copy link
Owner

This will be a change in react-redux-firebase, but I'll make sure to update this ticket when it is out.

prescottprue pushed a commit to prescottprue/react-redux-firebase that referenced this issue Nov 25, 2017
@prescottprue prescottprue self-assigned this Nov 25, 2017
@prescottprue
Copy link
Owner

Work on this has started on this in react-redux-firebase - the plan is to release it as part of beta.18 in the next day or so

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants