File tree 4 files changed +6
-6
lines changed 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- import { Provider } from " @firebase/component" ;
1
+ import { Provider } from ' @firebase/component' ;
2
2
3
3
/**
4
4
* @license
@@ -102,4 +102,4 @@ export interface FirebaseNamespace {
102
102
103
103
// The current SDK version.
104
104
SDK_VERSION : string ;
105
- }
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 @@ -213,7 +213,7 @@ export function createFirebaseNamespaceCore(
213
213
// TODO: The eslint disable can be removed and the 'ignoreRestArgs'
214
214
// option added to the no-explicit-any rule when ESlint releases it.
215
215
// eslint-disable-next-line @typescript-eslint/no-explicit-any
216
- function ( ...args : any ) {
216
+ function ( ...args : any ) {
217
217
const serviceFxn = this . _getService . bind ( this , componentName ) ;
218
218
return serviceFxn . apply (
219
219
this ,
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?
@@ -342,4 +342,4 @@ function createTestComponent(
342
342
) ;
343
343
component . setMultipleInstances ( multiInstances ) ;
344
344
return component ;
345
- }
345
+ }
You can’t perform that action at this time.
0 commit comments