Skip to content

Commit b07d5fd

Browse files
committed
Add ConfigInternal to auth-compat.
1 parent 26612a3 commit b07d5fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('auth compat', () => {
3838
app = { options: { apiKey: 'api-key' } } as FirebaseApp;
3939
underlyingAuth = new exp.AuthImpl(app, {
4040
apiKey: 'api-key'
41-
} as exp.Config);
41+
} as exp.ConfigInternal);
4242
sinon.stub(underlyingAuth, '_initializeWithPersistence');
4343

4444
providerStub = sinon.createStubInstance(Provider);

packages-exp/auth-exp/internal/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export {
3232
AuthEventType
3333
} from '../src/model/popup_redirect';
3434
export { UserCredentialInternal, UserParameters } from '../src/model/user';
35-
export { AuthInternal } from '../src/model/auth';
35+
export { AuthInternal, ConfigInternal } from '../src/model/auth';
3636
export { DefaultConfig, AuthImpl, _castAuth } from '../src/core/auth/auth_impl';
3737

3838
export { ClientPlatform, _getClientVersion } from '../src/core/util/version';

0 commit comments

Comments
 (0)