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 6acc816 commit c1757f7Copy full SHA for c1757f7
packages/database/src/api/Database.ts
@@ -54,10 +54,7 @@ import { WebSocketConnection } from '../realtime/WebSocketConnection';
54
55
import { ReferenceImpl } from './Reference_impl';
56
57
-export {
58
- EmulatorMockTokenOptions,
59
- getDefaultEmulatorHost
60
-} from '@firebase/util';
+export { EmulatorMockTokenOptions } from '@firebase/util';
61
/**
62
* This variable is also defined in the firebase Node.js Admin SDK. Before
63
* modifying this definition, consult the definition in:
0 commit comments