File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ describe('auth compat', () => {
38
38
app = { options : { apiKey : 'api-key' } } as FirebaseApp ;
39
39
underlyingAuth = new exp . AuthImpl ( app , {
40
40
apiKey : 'api-key'
41
- } as exp . Config ) ;
41
+ } as exp . ConfigInternal ) ;
42
42
sinon . stub ( underlyingAuth , '_initializeWithPersistence' ) ;
43
43
44
44
providerStub = sinon . createStubInstance ( Provider ) ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export {
32
32
AuthEventType
33
33
} from '../src/model/popup_redirect' ;
34
34
export { UserCredentialInternal , UserParameters } from '../src/model/user' ;
35
- export { AuthInternal } from '../src/model/auth' ;
35
+ export { AuthInternal , ConfigInternal } from '../src/model/auth' ;
36
36
export { DefaultConfig , AuthImpl , _castAuth } from '../src/core/auth/auth_impl' ;
37
37
38
38
export { ClientPlatform , _getClientVersion } from '../src/core/util/version' ;
You can’t perform that action at this time.
0 commit comments