-
-
Notifications
You must be signed in to change notification settings - Fork 556
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
Update Docs - Populate is now supported with Firestore #915
Comments
Source suggesting was supported: https://github.com/prescottprue/redux-firestore#population |
Populate should work the same with hooks as it does with HOCs - are you sure you are capturing from state correctly? Can you provide a code sample to reproduce the populate not working? As for the docs, it looks like it was updated in the md file and never published, thanks for the heads up |
Hi. |
@prescottprue Thanks - I was just commenting that the docs seem out of date/inconsistent: (A vs. [B])(https://github.com/prescottprue/react-redux-firebase/blob/master/docs/api/useFirestoreConnect.md) I also struggled to figure out how to populate a document with objects in a sub-collection #922 (helpful Gitter thread ongoing - I haven't followed up yet). I'll follow up after doing more digging. |
…ore - #915 * fix(docs): add correct syntax highlighting to example in firestore.md
* fix(types): fix file blob type for uploadFile and uploadFiles (#950) - @rscotten * chore(docs): cleanup minor typo in useFirestoreConnect.md (#949) - @gregfenton * chore(tests): fix typo "merge" to "merges" in reducer test file (#948) - @yukimurasawa * chore(docs): remove note about populate not being supported in firestore (#915) * chore(examples): clarify explanation in `watchEvent` example snippet (#910) * chore(docs): add correct syntax highlighting to example in firestore.md * chore(build): improve lint command * chore(build): only require jsdoc comments in source Co-authored-by: Richard Scotten <[email protected]> Co-authored-by: gregfenton <[email protected]> Co-authored-by: yukimurasawa <[email protected]> Co-authored-by: yukimurasawa <[email protected]>
https://react-redux-firebase.com/docs/firestore#populate
If I understand correctly, populate works with Firestore - but is not supported with hooks yet (https://github.com/prescottprue/react-redux-firebase/blob/master/docs/api/useFirestoreConnect.md).
The text was updated successfully, but these errors were encountered: