File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages-exp/app-compat/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import { _FirebaseService, _FirebaseNamespace } from './types';
33
33
import { Compat } from '@firebase/util' ;
34
34
35
35
// eslint-disable-next-line @typescript-eslint/naming-convention
36
- export interface _FirebaseApp extends Compat < _FirebaseAppExp > {
36
+ export interface _FirebaseApp {
37
37
/**
38
38
* The (read-only) name (identifier) for this App. '[DEFAULT]' is the default
39
39
* App.
@@ -59,7 +59,7 @@ export interface _FirebaseApp extends Compat<_FirebaseAppExp> {
59
59
* Global context object for a collection of services using
60
60
* a shared authentication state.
61
61
*/
62
- export class FirebaseAppImpl implements _FirebaseApp {
62
+ export class FirebaseAppImpl implements Compat < _FirebaseAppExp > , _FirebaseApp {
63
63
private container : ComponentContainer ;
64
64
65
65
constructor (
You can’t perform that action at this time.
0 commit comments