Skip to content

Commit f5fb53e

Browse files
committed
Cleanup after refactoring
1 parent 4ec306d commit f5fb53e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/app-types/private.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ export interface _FirebaseNamespace extends FirebaseNamespace {
111111
component: Component
112112
): FirebaseServiceNamespace<FirebaseService> | null;
113113

114-
registerVersionComponent(
115-
library: string,
116-
version: string
117-
): FirebaseServiceNamespace<FirebaseService> | null;
118-
119114
/**
120115
* Just used for testing to start from a fresh namespace.
121116
*/

packages/app/test/platformLogger.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('Platform Logger Service Integration Tests', () => {
8888

8989
it(`logs other components' versions`, () => {
9090
firebase.initializeApp({});
91-
(firebase as _FirebaseNamespace).INTERNAL.registerVersionComponent(
91+
(firebase as _FirebaseNamespace).registerVersion(
9292
'analytics',
9393
'1.2.3'
9494
);

0 commit comments

Comments
 (0)