Skip to content

Commit 356b36f

Browse files
committed
update auth-interop to auth-internal to be more consistent with other platforms
1 parent 7b59d53 commit 356b36f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/auth-interop-types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface FirebaseAuthInternal {
2828

2929
declare module '@firebase/component' {
3030
interface ComponentContainer {
31-
getProvider(name: 'auth-interop'): Provider<FirebaseAuthInternal>;
31+
getProvider(name: 'auth-internal'): Provider<FirebaseAuthInternal>;
3232
}
3333

3434
interface Provider<T> {

packages/auth/src/exports_auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ fireauth.exportlib.exportFunction(
684684
}
685685

686686
const authInteropComponent = {
687-
'name': 'auth-interop',
687+
'name': 'auth-internal',
688688
'instanceFactory': function (container) {
689689
var auth = container['getProvider'](fireauth.exportlib.AUTH_TYPE)['getImmediate']();
690690
return {

0 commit comments

Comments
 (0)