File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed
auth-compat/test/integration/webdriver/static Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 30
30
"repl" : " node tools/repl.js" ,
31
31
"release" : " ts-node-script scripts/release/cli.ts" ,
32
32
"pretest" : " node tools/pretest.js" ,
33
- "test" : " lerna run --ignore firebase-repo-scripts-prune-dts --concurrency 4 --stream test" ,
33
+ "test" : " lerna run --ignore firebase-repo-scripts-prune-dts --ignore @firebase/auth --ignore @firebase/firestore --ignore firebase-firestore-integration-test -- concurrency 4 --stream test" ,
34
34
"test:ci" : " lerna run --concurrency 4 test:ci" ,
35
35
"pretest:coverage" : " mkdirp coverage" ,
36
36
"ci:coverage" : " lcov-result-merger 'packages/**/lcov.info' 'lcov-all.info'" ,
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ export interface VersionService {
123
123
124
124
declare module '@firebase/component' {
125
125
interface NameServiceMapping {
126
- 'app' : FirebaseApp ;
127
126
'app-version' : VersionService ;
128
127
'platform-identifier' : VersionService ;
129
128
}
Original file line number Diff line number Diff line change @@ -40,13 +40,6 @@ window.legacyAuth = null;
40
40
// The config and emulator URL are injected by the test. The test framework
41
41
// calls this function after that injection.
42
42
window . startAuth = async ( ) => {
43
- // Make sure we haven't confused our firebase with the old firebase
44
- if ( ! firebase . SDK_VERSION . startsWith ( '9.' ) ) {
45
- throw new Error (
46
- 'Using legacy SDK version instead of compat version ' +
47
- firebase . SDK_VERSION
48
- ) ;
49
- }
50
43
firebase . initializeApp ( firebaseConfig ) ;
51
44
firebase . auth ( ) . useEmulator ( emulatorUrl ) ;
52
45
window . compat = firebase ;
Original file line number Diff line number Diff line change 52
52
"dependencies" : {
53
53
"@firebase/component" : " 0.5.6" ,
54
54
"@firebase/logger" : " 0.2.6" ,
55
- "@firebase/util" : " 1.2 .0" ,
55
+ "@firebase/util" : " 1.3 .0" ,
56
56
"node-fetch" : " 2.6.1" ,
57
57
"selenium-webdriver" : " 4.0.0-beta.1" ,
58
58
"tslib" : " ^2.1.0"
You can’t perform that action at this time.
0 commit comments