-
Notifications
You must be signed in to change notification settings - Fork 30
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
Bump firebase from 7.14.2 to 8.5.0 #1362
Conversation
Code Climate has analyzed commit c40d4b5 and detected 0 issues on this pull request. View more on Code Climate. |
Visit the preview URL for this PR (updated for commit c40d4b5): https://co-reality-staging--preview-pr-1362-9d7btseg.web.app (expires Fri, 21 May 2021 08:37:36 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Bumping to
Looking at
It looks like:
Even after running
After running
Looking at
I also found this similar issue on StackOverflow that seems to be the same issue, but between It looks like we're using quite an old version of
We should probably update that soon too.. though probably as a separate PR if we don't need it to resolve version issues here. It looks like the latest released version of There seems to be an open issue / fix PR for this in the
|
This reverts commit 11de09a.
Based on the below, I expect we'll basically need to find versions of
Plan for tomorrow: Try 'stepping back' in
|
RE: #1362 (comment) It looks like a new version of
This might fix the issues we were seeing with conflicting versions. Worth checking it out before going any further in trying to find an older compatible release. |
Edit: This version is buggy/broken, see #1362 (comment):
|
|
|
will be fixed in scope #1883 |
@yurii-lubynets it tends to be poor open-source etiquette to throw away previous contributions that solve the same problem; particularly without at least making use of the commits contributed, etc. |
Bumps
firebase
from 7.14.2 to 7.24.0Partially fixes sparkletown/internal-sparkle-issues#617
Partially fixes sparkletown/internal-sparkle-issues#645
Release Notes
7.14.6
(May 29, 2020; release notes)7.16.0
(July 09, 2020; release notes)7.18.0
(August 13, 2020; release notes)7.19.0
(August 20, 2020; release notes)7.21.0
(September 17, 2020; release notes)7.22.0
(October 1, 2020; release notes)7.23.0
(October 8, 2020; release notes)8.0.0
(October 26, 2020; release notes, BREAKING CHANGES)8.0.1
(November 5, 2020; release notes)8.0.2
(November 12, 2020; release notes)8.1.2
(; release notes)8.2.0
(December 11, 2020; release notes)8.2.1
(December 17, 2020; release notes)8.2.2
(January 7, 2021; release notes)8.2.4
(January 21, 2021; release notes)8.2.5
(January 28, 2021; release notes)8.2.6
(February 04, 2021; release notes)8.2.7
(February 11, 2021; release notes)8.2.8
(February 18, 2021; release notes)8.3.0
(March 10, 2021; release notes)8.4.0
(April 12, 2021; release notes)8.4.2
(April 23, 2021; release notes)8.5.0
(May 5, 2021; release notes)9.0.0
(beta) (BREAKING CHANGES)firestore/lite
(which doesn't support subscriptions/snapshot listeners/etc): Please optimize the size of libs firebase/firebase-js-sdk#332 (comment)PR Notes
9.0.0
beta in this PR (though i'm super keen for it's final release, as it introduces modular code/tree shakeable code!)8.5.0
at the moment due to dependency version incompatibilities betweenfirebase
andfirebase-admin
(see Bump firebase from 7.14.2 to 8.5.0 #1362 (comment))See Also