We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37d8b8 commit a7124e2Copy full SHA for a7124e2
packages/auth/src/core/index.ts
@@ -81,7 +81,7 @@ export function setPersistence(
81
* Loading the reCAPTCHA config early will also enhance the signal collected by reCAPTCHA.
82
*
83
* This method does not work in a Node.js environment.
84
- *
+ *
85
* @example
86
* ```javascript
87
* initializeRecaptchaConfig(auth);
packages/firestore/src/api/settings.ts
@@ -99,7 +99,7 @@ export interface FirestoreSettings extends LiteSettings {
99
* polling is now enabled by default. To disable it, set this setting to
100
* `false`, and please open a GitHub issue to share the problems that
101
* motivated you disabling long-polling auto-detection.
102
103
* This setting cannot be used in a Node.js environment.
104
*/
105
experimentalAutoDetectLongPolling?: boolean;
0 commit comments