-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mrschmidt/fixauth
- Loading branch information
Showing
82 changed files
with
485 additions
and
167 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"name": "firebase-compat-interop-test", | ||
"private": true, | ||
"version": "0.1.0", | ||
"scripts": { | ||
"test": "karma start --single-run", | ||
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test", | ||
"test:debug": "karma start --browsers Chrome --auto-watch" | ||
}, | ||
"dependencies": { | ||
"@firebase/app-exp": "0.0.900", | ||
"@firebase/app-compat": "0.0.900", | ||
"@firebase/analytics-exp": "0.0.900", | ||
"@firebase/analytics-compat": "0.0.900", | ||
"@firebase/auth-exp": "0.0.900", | ||
"@firebase/auth-compat": "0.0.900", | ||
"@firebase/functions-exp": "0.0.900", | ||
"@firebase/functions-compat": "0.0.900", | ||
"@firebase/messaging-exp": "0.0.900", | ||
"@firebase/messaging-compat": "0.0.900", | ||
"@firebase/performance-exp": "0.0.900", | ||
"@firebase/performance-compat": "0.0.900", | ||
"@firebase/remote-config-exp": "0.0.900", | ||
"@firebase/remote-config-compat": "0.0.900" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.2.2" | ||
} | ||
} | ||
"name": "firebase-compat-interop-test", | ||
"private": true, | ||
"version": "0.1.0", | ||
"scripts": { | ||
"test": "karma start --single-run", | ||
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test", | ||
"test:debug": "karma start --browsers Chrome --auto-watch" | ||
}, | ||
"dependencies": { | ||
"@firebase/app-exp": "0.0.900", | ||
"@firebase/app-compat": "0.0.900", | ||
"@firebase/analytics-exp": "0.0.900", | ||
"@firebase/analytics-compat": "0.0.900", | ||
"@firebase/auth-exp": "0.0.900", | ||
"@firebase/auth-compat": "0.0.900", | ||
"@firebase/functions-exp": "0.0.900", | ||
"@firebase/functions-compat": "0.0.900", | ||
"@firebase/messaging-exp": "0.0.900", | ||
"@firebase/messaging-compat": "0.0.900", | ||
"@firebase/performance-exp": "0.0.900", | ||
"@firebase/performance-compat": "0.0.900", | ||
"@firebase/remote-config-exp": "0.0.900", | ||
"@firebase/remote-config-compat": "0.0.900" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.2.2" | ||
} | ||
} |
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "firebase-exp", | ||
"version": "9.0.0-beta.2", | ||
"version": "9.0.0-beta.3", | ||
"private": true, | ||
"description": "Firebase JavaScript library for web and Node.js", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
|
@@ -129,11 +129,11 @@ | |
"@firebase/app-compat": "0.0.900", | ||
"@firebase/auth-exp": "0.0.900", | ||
"@firebase/auth-compat": "0.0.900", | ||
"@firebase/database": "0.10.1", | ||
"@firebase/database": "0.10.3", | ||
"@firebase/functions-exp": "0.0.900", | ||
"@firebase/functions-compat": "0.0.900", | ||
"@firebase/firestore": "2.3.1", | ||
"@firebase/storage": "0.5.2", | ||
"@firebase/firestore": "2.3.4", | ||
"@firebase/storage": "0.5.3", | ||
"@firebase/performance-exp": "0.0.900", | ||
"@firebase/performance-compat": "0.0.900", | ||
"@firebase/remote-config-exp": "0.0.900", | ||
|
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
Oops, something went wrong.