Skip to content

Commit 3f285d7

Browse files
authored
Fix the broken build. (#3717)
* Fix the broken build * Formatting * Fix compat build * Re-add demo * Fix build errors * Formatting * Fix linting for auth-compat-exp
1 parent 7689be9 commit 3f285d7

File tree

28 files changed

+52
-22296
lines changed

28 files changed

+52
-22296
lines changed

packages-exp/auth-compat-exp/demo/public/config.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages-exp/auth-compat-exp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"@firebase/auth-types": "0.10.1",
3131
"@firebase/auth-exp": "0.0.800",
3232
"@firebase/auth-types-exp": "0.0.800",
33-
"@firebase/component": "0.1.17",
33+
"@firebase/component": "0.1.18",
34+
"@firebase/installations": "0.4.16",
3435
"@firebase/util": "0.3.0",
3536
"tslib": "^1.11.1"
3637
},

packages-exp/auth-compat-exp/src/auth.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ import {
3636
convertCredential
3737
} from './user_credential';
3838

39-
export class Auth extends impl.AuthImplCompat<User>
39+
export class Auth
40+
extends impl.AuthImplCompat<User>
4041
implements compat.FirebaseAuth {
4142
readonly app: FirebaseApp;
4243

packages-exp/auth-compat-exp/src/recaptcha_verifier.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import * as impl from '@firebase/auth-exp/internal';
2121
import * as compat from '@firebase/auth-types';
2222
import * as externs from '@firebase/auth-types-exp';
2323

24-
export class RecaptchaVerifier extends impl.RecaptchaVerifier
24+
export class RecaptchaVerifier
25+
extends impl.RecaptchaVerifier
2526
implements compat.RecaptchaVerifier {
2627
constructor(
2728
container: HTMLElement | string,

packages-exp/auth-exp/demo/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ src/config.js
22
.firebaserc
33
public/service-worker.*
44
public/web-worker.*
5-
public/index.*
5+
public/index.js*

0 commit comments

Comments
 (0)