Skip to content

Commit ec7fbc2

Browse files
committed
Add API review changes.
1 parent c428319 commit ec7fbc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/api-review/util.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ export const getDefaultAppConfig: () => Record<string, string> | undefined;
218218
// @public
219219
export const getDefaultEmulatorHost: (productName: string) => string | undefined;
220220

221+
// @public
222+
export const getDefaultEmulatorHostnameAndPort: (productName: string) => [hostname: string, port: number] | undefined;
223+
221224
// @public
222225
export const getExperimentalSetting: <T extends ExperimentalKey>(name: T) => FirebaseDefaults[`_${T}`];
223226

0 commit comments

Comments
 (0)