File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export function setPersistence(
81
81
* Loading the reCAPTCHA config early will also enhance the signal collected by reCAPTCHA.
82
82
*
83
83
* This method does not work in a Node.js environment.
84
- *
84
+ *
85
85
* @example
86
86
* ```javascript
87
87
* initializeRecaptchaConfig(auth);
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export interface FirestoreSettings extends LiteSettings {
99
99
* polling is now enabled by default. To disable it, set this setting to
100
100
* `false`, and please open a GitHub issue to share the problems that
101
101
* motivated you disabling long-polling auto-detection.
102
- *
102
+ *
103
103
* This setting cannot be used in a Node.js environment.
104
104
*/
105
105
experimentalAutoDetectLongPolling ?: boolean ;
You can’t perform that action at this time.
0 commit comments