-
Notifications
You must be signed in to change notification settings - Fork 900
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log correct version for v9 Firestore and RTDB (#4842)
* report correct version for v8 and v9 * set correct version for firestore compat * use SDK_VERSION from app-exp * use v8 version by default * update lite * update lock * fix lint errors * address comments * get SDK_VERSION value correctly * fix lint
- Loading branch information
Showing
9 changed files
with
47 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1196,6 +1196,11 @@ | |
resolved "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.6.1.tgz#dcbd23030a71c0c74fc95d4a3f75ba81653850e9" | ||
integrity sha512-L/ZnJRAq7F++utfuoTKX4CLBG5YR7tFO3PLzG1/oXXKEezJ0kRL3CMRoueBEmTCzVb/6SIs2Qlaw++uDgi5Xyg== | ||
|
||
"@firebase/[email protected]": | ||
version "0.1.5" | ||
resolved "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.1.5.tgz#9fc9bd7c879f16b8d1bb08373a0f48c3a8b74557" | ||
integrity sha512-88h74TMQ6wXChPA6h9Q3E1Jg6TkTHep2+k63OWg3s0ozyGVMeY+TTOti7PFPzq5RhszQPQOoCi59es4MaRvgCw== | ||
|
||
"@firebase/[email protected]": | ||
version "0.1.21" | ||
resolved "https://registry.npmjs.org/@firebase/component/-/component-0.1.21.tgz#56062eb0d449dc1e7bbef3c084a9b5fa48c7c14d" | ||
|
@@ -7482,8 +7487,8 @@ [email protected]: | |
"@firebase/app-exp" "0.0.900" | ||
"@firebase/auth-compat" "0.0.900" | ||
"@firebase/auth-exp" "0.0.900" | ||
"@firebase/database" "0.9.10" | ||
"@firebase/firestore" "2.2.4" | ||
"@firebase/database" "0.9.11" | ||
"@firebase/firestore" "2.2.5" | ||
"@firebase/functions-compat" "0.0.900" | ||
"@firebase/functions-exp" "0.0.900" | ||
"@firebase/messaging-compat" "0.0.900" | ||
|
@@ -7492,7 +7497,7 @@ [email protected]: | |
"@firebase/performance-exp" "0.0.900" | ||
"@firebase/remote-config-compat" "0.0.900" | ||
"@firebase/remote-config-exp" "0.0.900" | ||
"@firebase/storage" "0.5.0" | ||
"@firebase/storage" "0.5.1" | ||
|
||
[email protected]: | ||
version "3.13.0" | ||
|