Scott Prue

Results 270 comments of Scott Prue

I'm also seeing this when upgrading form 1.1.4 to 1.1.5 when using firebase-admin

This would be a great feature. Not sure about the posted implementation though.

Thanks a bunch for making this setting - it seems to solve [issues with Firestore loading in Cypress](https://github.com/cypress-io/cypress/issues/6350) and has been proposed as a possible solution to [a note about...

Not sure what this would be coming from as lodash/fp should available along with lodash which is a dependency. Are you using yarn or npm? Guessing you have already cleared...

@georgeMorales I wonder which version of the module is being loaded between the UMD/commonjs/es versions? Have you tried adding lodash as a dependency directly to your project?

This is the intention because you are using a non unique `storeAs` for a document listener. Each listener has different settings (i.e. different doc id), but have the same `storeAs`,...

@apietrzak While I don't dislike the idea, I am not sure I fully understand the use case. Since the data has already been queried, there is no real reason to...

@eldoner your question doesn't really seem to relate to the issue, so if you want more info you may have to open another issue or reach out over [gitter](https://gitter.im/redux-firebase/Lobby). That...

There have been a number of issues reported relating to how subcollections are stored. To address these, I have [started the v1.0.0 Roadmap doc](https://github.com/prescottprue/redux-firestore/wiki/v1.0.0-Roadmap) which includes notes about the current...

The setting would be `populates`, but yes both should be possible. Also, it is often better to have the state connection (i.e. `connect`) after your `firebaseConnect`.