-
-
Notifications
You must be signed in to change notification settings - Fork 553
v2.0.0-beta.11 #295
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
v2.0.0-beta.11 #295
Conversation
fix(populate): multiple populates when missing child key
Codecov Report
@@ Coverage Diff @@
## v2.0.0 #295 +/- ##
=========================================
- Coverage 83.67% 81.3% -2.38%
=========================================
Files 18 20 +2
Lines 1856 2011 +155
Branches 298 315 +17
=========================================
+ Hits 1553 1635 +82
- Misses 303 376 +73 |
|
@prescottprue I'm having some issues installing from a git url, so it would be awesome if this pre-release could be released. Is there anything I can do to help? |
|
@JeremyPlease Yeah you will not be able to install from the git url since the built code is not actually stored in git tracking (it gets published to npm though). The one thing that has been holding it up is getting the initial phases of Firestore stuff in here too. It should be able to be released tonight. As for help, continuing to build out the documentation (especially for v2) is the biggest thing, so if you find anything unclear that you would like to improve it would be super helpful. Also, continuing to report any v2 bugs that you find so that we can reach full stability sooner. |
|
Thanks @prescottprue! I'll look out for a pre-release later. I'll be mindful of v2 docs and any issues I come across and report/contribute where I can. Just FYI: |
|
@JeremyPlease Was planning on moving to prepare anyway, but totally didn't know that it did installs on git install, great to know. |
* test npm scripts now use require instead of compilers (compilers is deprecated)
Amnat-auyana1998
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amnat-auyana1998
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
firestoreConnect- React HOC that sets listeners to Cloud Firestore (similar tofirebaseConnect, but for Cloud Firestore instead of Real Time Database) - feat(core): support for Cloud Firestore #286firestoreReduceris exported fromredux-firestoreincluded to handle managingfirestorestate - feat(core): support for Cloud Firestore #286withFirebase- React HOC for just passingprops.firebase(firebaseConnectwithout any listener management)firestoreConnectandsetListener)NOTE: After the Firestore API (including
firestoreConnect) is stabilized, thev2.0.0pre-releases should be ready for release candidate status (pending other major bugs).Check List
If not relevant to pull request, check off as complete
Relevant Issues