Skip to content

Commit 6577316

Browse files
committed
fix auth compat class
1 parent 60b2f0a commit 6577316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth-compat/src/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const _assert: typeof exp._assert = exp._assert;
4141
export class Auth
4242
implements compat.FirebaseAuth, Wrapper<exp.Auth>, _FirebaseService
4343
{
44+
static Persistence = Persistence;
4445
readonly _delegate: exp.AuthImpl;
4546

4647
constructor(readonly app: FirebaseApp, provider: Provider<'auth'>) {

0 commit comments

Comments
 (0)