File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
packages/firebase/externs Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1218,7 +1218,6 @@ firebase.auth.Auth.prototype.app;
12181218 */
12191219firebase . auth . Auth . prototype . currentUser ;
12201220
1221-
12221221/**
12231222 * The full emulator configuration as set on `auth().emulatorConfig`.
12241223 * <ul>
@@ -1239,16 +1238,14 @@ firebase.auth.Auth.prototype.currentUser;
12391238 * }}
12401239 */
12411240firebase . auth . EmulatorConfig ;
1242-
1243-
1241+
12441242/**
12451243 * The current emulator configuration, or null if not set.
12461244 *
12471245 * @type {firebase.auth.EmulatorConfig|null }
12481246 */
12491247firebase . auth . Auth . prototype . emulatorConfig ;
1250-
1251-
1248+
12521249/**
12531250 * Configures the SDK to communicate with the Firebase Auth emulator.
12541251 *
@@ -1261,7 +1258,6 @@ firebase.auth.Auth.prototype.emulatorConfig;
12611258 * @param {!Object= } options Options for configuring the SDK's emulator config.
12621259 */
12631260firebase . auth . Auth . prototype . useEmulator = function ( url , options ) { } ;
1264-
12651261
12661262/**
12671263 * The current Auth instance's tenant ID. This is a readable/writable
You can’t perform that action at this time.
0 commit comments