File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ import { Provider } from "@firebase/component" ;
2
+
1
3
/**
2
4
* @license
3
5
* Copyright 2017 Google Inc.
@@ -100,4 +102,4 @@ export interface FirebaseNamespace {
100
102
101
103
// The current SDK version.
102
104
SDK_VERSION : string ;
103
- }
105
+ }
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const initializeApp = firebaseNamespace.initializeApp;
44
44
// TODO: This disable can be removed and the 'ignoreRestArgs' option added to
45
45
// the no-explicit-any rule when ESlint releases it.
46
46
// eslint-disable-next-line @typescript-eslint/no-explicit-any
47
- firebaseNamespace . initializeApp = function ( ...args : any ) {
47
+ firebaseNamespace . initializeApp = function ( ...args : any ) {
48
48
// Environment check before initializing app
49
49
// Do the check in initializeApp, so people have a chance to disable it by setting logLevel
50
50
// in @firebase /logger
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ function firebaseAppTests(
315
315
}
316
316
317
317
class TestService implements FirebaseService {
318
- constructor ( private app_ : FirebaseApp , public instanceIdentifier ?: string ) { }
318
+ constructor ( private app_ : FirebaseApp , public instanceIdentifier ?: string ) { }
319
319
320
320
// TODO(koss): Shouldn't this just be an added method on
321
321
// the service instance?
You can’t perform that action at this time.
0 commit comments