@@ -426,7 +426,7 @@ declare namespace firebase {
426
426
* console.</dd>
427
427
* </dl>
428
428
*
429
- * This does not work in a Node.js environment.
429
+ * This method does not work in a Node.js environment.
430
430
*
431
431
* @example
432
432
* ```javascript
@@ -651,7 +651,7 @@ declare namespace firebase {
651
651
* console.</dd>
652
652
* </dl>
653
653
*
654
- * This does not work in a Node.js environment.
654
+ * This method does not work in a Node.js environment.
655
655
*
656
656
* @example
657
657
* ```javascript
@@ -701,7 +701,7 @@ declare namespace firebase {
701
701
* console.</dd>
702
702
* </dl>
703
703
*
704
- * This does not work in a Node.js environment.
704
+ * This method does not work in a Node.js environment.
705
705
*
706
706
* @param provider The provider to authenticate.
707
707
* The provider has to be an OAuth provider. Non-OAuth providers like {@link
@@ -1237,7 +1237,7 @@ declare namespace firebase {
1237
1237
* generating notifications if the push message payload has a `notification`
1238
1238
* parameter.
1239
1239
*
1240
- * This does not work in a Node.js environment.
1240
+ * The Messaging SDK does not work in a Node.js environment.
1241
1241
*
1242
1242
* @example
1243
1243
* ```javascript
@@ -1296,7 +1296,7 @@ declare namespace firebase {
1296
1296
* The {@link firebase.performance.Performance `Performance`} service does not work with
1297
1297
* any other app.
1298
1298
*
1299
- * This does not work in a Node.js environment.
1299
+ * The Performance SDK does not work in a Node.js environment.
1300
1300
*
1301
1301
* @example
1302
1302
* ```javascript
@@ -1315,7 +1315,7 @@ declare namespace firebase {
1315
1315
/**
1316
1316
* Gets the {@link firebase.remoteConfig.RemoteConfig `RemoteConfig`} instance.
1317
1317
*
1318
- * This does not work in a Node.js environment.
1318
+ * The Remote Config SDK does not work in a Node.js environment.
1319
1319
*
1320
1320
* @example
1321
1321
* ```javascript
@@ -1335,7 +1335,7 @@ declare namespace firebase {
1335
1335
* `firebase.analytics()` can be called with no arguments to access the default
1336
1336
* app's {@link firebase.analytics.Analytics `Analytics`} service.
1337
1337
*
1338
- * This does not work in a Node.js environment.
1338
+ * The Analytics SDK does not work in a Node.js environment.
1339
1339
*
1340
1340
* @example
1341
1341
* ```javascript
@@ -1404,7 +1404,7 @@ declare namespace firebase.app {
1404
1404
* Gets the {@link firebase.installations.Installations `Installations`} service for the
1405
1405
* current app.
1406
1406
*
1407
- * This does not work in a Node.js environment.
1407
+ * The Installations SDK does not work in a Node.js environment.
1408
1408
*
1409
1409
* @example
1410
1410
* ```javascript
@@ -1418,7 +1418,7 @@ declare namespace firebase.app {
1418
1418
* Gets the {@link firebase.messaging.Messaging `Messaging`} service for the
1419
1419
* current app.
1420
1420
*
1421
- * This does not work in a Node.js environment.
1421
+ * The Messaging SDK does not work in a Node.js environment.
1422
1422
*
1423
1423
* @example
1424
1424
* ```javascript
@@ -1490,7 +1490,7 @@ declare namespace firebase.app {
1490
1490
* Gets the {@link firebase.performance.Performance `Performance`} service for the
1491
1491
* current app. If the current app is not the default one, throws an error.
1492
1492
*
1493
- * This does not work in a Node.js environment.
1493
+ * The Performance SDK does not work in a Node.js environment.
1494
1494
*
1495
1495
* @example
1496
1496
* ```javascript
@@ -1503,7 +1503,7 @@ declare namespace firebase.app {
1503
1503
/**
1504
1504
* Gets the {@link firebase.remoteConfig.RemoteConfig `RemoteConfig`} instance.
1505
1505
*
1506
- * This does not work in a Node.js environment.
1506
+ * The Remote Config SDK does not work in a Node.js environment.
1507
1507
*
1508
1508
* @example
1509
1509
* ```javascript
@@ -1517,7 +1517,7 @@ declare namespace firebase.app {
1517
1517
* Gets the {@link firebase.analytics.Analytics `Analytics`} service for the
1518
1518
* current app. If the current app is not the default one, throws an error.
1519
1519
*
1520
- * This does not work in a Node.js environment.
1520
+ * The Analytics SDK does not work in a Node.js environment.
1521
1521
*
1522
1522
* @example
1523
1523
* ```javascript
@@ -1532,7 +1532,9 @@ declare namespace firebase.app {
1532
1532
}
1533
1533
1534
1534
/**
1535
- * This does not work in a Node.js environment.
1535
+ * Firebase App Check does not work in a Node.js environment using `ReCaptchaV3Provider` or
1536
+ * `ReCaptchaEnterpriseProvider`, but can be used in Node.js if you use
1537
+ * `CustomProvider` and write your own attestation method.
1536
1538
*/
1537
1539
declare namespace firebase . appCheck {
1538
1540
/**
@@ -1696,7 +1698,7 @@ declare namespace firebase.appCheck {
1696
1698
}
1697
1699
1698
1700
/**
1699
- * This does not work in a Node.js environment.
1701
+ * The Installations SDK does not work in a Node.js environment.
1700
1702
*/
1701
1703
declare namespace firebase . installations {
1702
1704
/**
@@ -1745,7 +1747,7 @@ declare namespace firebase.installations {
1745
1747
}
1746
1748
1747
1749
/**
1748
- * This does not work in a Node.js environment.
1750
+ * The Performance SDK does not work in a Node.js environment.
1749
1751
*/
1750
1752
declare namespace firebase . performance {
1751
1753
/**
@@ -1868,7 +1870,7 @@ declare namespace firebase.performance {
1868
1870
}
1869
1871
1870
1872
/**
1871
- * This does not work in a Node.js environment.
1873
+ * The Remote Config SDK does not work in a Node.js environment.
1872
1874
*/
1873
1875
declare namespace firebase . remoteConfig {
1874
1876
/**
@@ -2670,7 +2672,7 @@ declare namespace firebase.auth {
2670
2672
* Firebase console.</dd>
2671
2673
* </dl>
2672
2674
*
2673
- * This does not work in a Node.js environment.
2675
+ * This method does not work in a Node.js environment.
2674
2676
*
2675
2677
* @example
2676
2678
* ```javascript
@@ -3350,7 +3352,7 @@ declare namespace firebase.auth {
3350
3352
* console.</dd>
3351
3353
* </dl>
3352
3354
*
3353
- * This does not work in a Node.js environment.
3355
+ * This method does not work in a Node.js environment.
3354
3356
*
3355
3357
* @example
3356
3358
* ```javascript
@@ -3413,7 +3415,7 @@ declare namespace firebase.auth {
3413
3415
* console.</dd>
3414
3416
* </dl>
3415
3417
*
3416
- * This does not work in a Node.js environment.
3418
+ * This method does not work in a Node.js environment.
3417
3419
*
3418
3420
* @param provider The provider to authenticate.
3419
3421
* The provider has to be an OAuth provider. Non-OAuth providers like {@link
@@ -4628,7 +4630,7 @@ declare namespace firebase.auth {
4628
4630
* An {@link https://www.google.com/recaptcha/ reCAPTCHA}-based application
4629
4631
* verifier.
4630
4632
*
4631
- * This does not work in a Node.js environment.
4633
+ * This class does not work in a Node.js environment.
4632
4634
*
4633
4635
* @param container The reCAPTCHA container parameter. This
4634
4636
* has different meaning depending on whether the reCAPTCHA is hidden or
@@ -4775,7 +4777,7 @@ declare namespace firebase.auth {
4775
4777
}
4776
4778
4777
4779
/**
4778
- * This does not work in a Node.js environment.
4780
+ * The Analytics SDK does not work in a Node.js environment.
4779
4781
*/
4780
4782
declare namespace firebase . analytics {
4781
4783
/**
@@ -7435,7 +7437,7 @@ declare namespace firebase.database.ServerValue {
7435
7437
}
7436
7438
7437
7439
/**
7438
- * This does not work in a Node.js environment.
7440
+ * The Messaging SDK does not work in a Node.js environment.
7439
7441
*/
7440
7442
declare namespace firebase . messaging {
7441
7443
/**
@@ -8326,7 +8328,7 @@ declare namespace firebase.firestore {
8326
8328
* work around a specific network reliability issue, please tell us about
8327
8329
* it in https://github.com/firebase/firebase-js-sdk/issues/1674.
8328
8330
*
8329
- * This does not work in a Node.js environment.
8331
+ * This setting does not work in a Node.js environment.
8330
8332
*/
8331
8333
experimentalForceLongPolling ?: boolean ;
8332
8334
@@ -8338,7 +8340,7 @@ declare namespace firebase.firestore {
8338
8340
* This setting will likely be enabled by default in future releases and cannot be
8339
8341
* combined with `experimentalForceLongPolling`.
8340
8342
*
8341
- * This does not work in a Node.js environment.
8343
+ * This setting does not work in a Node.js environment.
8342
8344
*/
8343
8345
experimentalAutoDetectLongPolling ?: boolean ;
8344
8346
0 commit comments