Skip to content

Commit 92c655a

Browse files
committed
revert two FirebaseServerApps members to private
1 parent 9fd761b commit 92c655a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/src/firebaseApp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ export class FirebaseAppImpl implements FirebaseApp {
3737
* Updating automaticDataCollectionEnabled on the App instance will not change its value in _config.
3838
*/
3939
private readonly _config: Required<FirebaseAppSettings>;
40-
protected _automaticDataCollectionEnabled: boolean;
40+
private _automaticDataCollectionEnabled: boolean;
4141
protected _isDeleted = false;
42-
protected readonly _container: ComponentContainer;
42+
private readonly _container: ComponentContainer;
4343

4444
constructor(
4545
options: FirebaseOptions,

0 commit comments

Comments
 (0)