Skip to content

Commit b132ae5

Browse files
committed
Undid FirebaseService change
1 parent 87c407c commit b132ae5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/api-review/database.api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import { EmulatorMockTokenOptions } from '@firebase/util';
88
import { FirebaseApp } from '@firebase/app';
9-
import { _FirebaseService } from '@firebase/app';
109

1110
// @public
1211
export function child(parent: DatabaseReference, path: string): DatabaseReference;
@@ -17,7 +16,7 @@ export function connectDatabaseEmulator(db: Database, host: string, port: number
1716
}): void;
1817

1918
// @public
20-
export class Database implements _FirebaseService {
19+
export class Database {
2120
readonly app: FirebaseApp;
2221
readonly 'type' = "database";
2322
}

0 commit comments

Comments
 (0)