@@ -1813,7 +1813,7 @@ declare namespace firebase.functions {
1813
1813
/**
1814
1814
* Changes this instance to point to a Cloud Functions emulator running
1815
1815
* locally. See https://firebase.google.com/docs/functions/local-emulator
1816
- *
1816
+ *
1817
1817
* @deprecated Prefer the useEmulator(host, port) method.
1818
1818
* @param origin The origin of the local emulator, such as
1819
1819
* "http://localhost:5005".
@@ -3132,10 +3132,10 @@ declare namespace firebase.auth {
3132
3132
*/
3133
3133
useDeviceLanguage ( ) : void ;
3134
3134
/**
3135
- * Modify this Auth instance to communicate with the Firebase Auth emulator. This must be
3135
+ * Modify this Auth instance to communicate with the Firebase Auth emulator. This must be
3136
3136
* called synchronously immediately following the first call to `firebase.auth()`. Do not use
3137
3137
* with production credentials as emulator traffic is not encrypted.
3138
- *
3138
+ *
3139
3139
* @param url The URL at which the emulator is running (eg, 'http://localhost:9099')
3140
3140
*/
3141
3141
useEmulator ( url : string ) : void ;
@@ -7954,17 +7954,6 @@ declare namespace firebase.firestore {
7954
7954
*/
7955
7955
synchronizeTabs ?: boolean ;
7956
7956
7957
- /**
7958
- * Whether to synchronize the in-memory state of multiple tabs. Setting this
7959
- * to `true` in all open tabs enables shared access to local persistence,
7960
- * shared execution of queries and latency-compensated local document updates
7961
- * across all connected instances.
7962
- *
7963
- * @deprecated This setting is deprecated. To enable synchronization between
7964
- * multiple tabs, please use `synchronizeTabs: true` instead.
7965
- */
7966
- experimentalTabSynchronization ?: boolean ;
7967
-
7968
7957
/**
7969
7958
* Whether to force enable persistence for the client. This cannot be used
7970
7959
* with `synchronizeTabs:true` and is primarily intended for use with Web
0 commit comments