We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd761b commit 92c655aCopy full SHA for 92c655a
packages/app/src/firebaseApp.ts
@@ -37,9 +37,9 @@ export class FirebaseAppImpl implements FirebaseApp {
37
* Updating automaticDataCollectionEnabled on the App instance will not change its value in _config.
38
*/
39
private readonly _config: Required<FirebaseAppSettings>;
40
- protected _automaticDataCollectionEnabled: boolean;
+ private _automaticDataCollectionEnabled: boolean;
41
protected _isDeleted = false;
42
- protected readonly _container: ComponentContainer;
+ private readonly _container: ComponentContainer;
43
44
constructor(
45
options: FirebaseOptions,
0 commit comments