We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b2f0a commit 6577316Copy full SHA for 6577316
packages/auth-compat/src/auth.ts
@@ -41,6 +41,7 @@ const _assert: typeof exp._assert = exp._assert;
41
export class Auth
42
implements compat.FirebaseAuth, Wrapper<exp.Auth>, _FirebaseService
43
{
44
+ static Persistence = Persistence;
45
readonly _delegate: exp.AuthImpl;
46
47
constructor(readonly app: FirebaseApp, provider: Provider<'auth'>) {
0 commit comments