@@ -426,7 +426,7 @@ declare namespace firebase {
426
426
* console.</dd>
427
427
* </dl>
428
428
*
429
- * @webonly
429
+ * This is not available in Node.js.
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
- * @webonly
654
+ * This is not available in Node.js.
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
- * @webonly
704
+ * This is not available in Node.js.
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
- * @webonly
1240
+ * This is not available in Node.js.
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
- * @webonly
1299
+ * This is not available in Node.js.
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
- * @webonly
1318
+ * This is not available in Node.js.
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
- * @webonly
1338
+ * This is not available in Node.js.
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
- * @webonly
1407
+ * This is not available in Node.js.
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
- * @webonly
1421
+ * This is not available in Node.js.
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
- * @webonly
1493
+ * This is not available in Node.js.
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
- * @webonly
1506
+ * This is not available in Node.js.
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
- * @webonly
1520
+ * This is not available in Node.js.
1521
1521
*
1522
1522
* @example
1523
1523
* ```javascript
@@ -1532,7 +1532,7 @@ declare namespace firebase.app {
1532
1532
}
1533
1533
1534
1534
/**
1535
- * @webonly
1535
+ * This is not available in Node.js.
1536
1536
*/
1537
1537
declare namespace firebase . appCheck {
1538
1538
/**
@@ -1696,7 +1696,7 @@ declare namespace firebase.appCheck {
1696
1696
}
1697
1697
1698
1698
/**
1699
- * @webonly
1699
+ * This is not available in Node.js.
1700
1700
*/
1701
1701
declare namespace firebase . installations {
1702
1702
/**
@@ -1745,7 +1745,7 @@ declare namespace firebase.installations {
1745
1745
}
1746
1746
1747
1747
/**
1748
- * @webonly
1748
+ * This is not available in Node.js.
1749
1749
*/
1750
1750
declare namespace firebase . performance {
1751
1751
/**
@@ -1868,7 +1868,7 @@ declare namespace firebase.performance {
1868
1868
}
1869
1869
1870
1870
/**
1871
- * @webonly
1871
+ * This is not available in Node.js.
1872
1872
*/
1873
1873
declare namespace firebase . remoteConfig {
1874
1874
/**
@@ -2670,7 +2670,7 @@ declare namespace firebase.auth {
2670
2670
* Firebase console.</dd>
2671
2671
* </dl>
2672
2672
*
2673
- * @webonly
2673
+ * This is not available in Node.js.
2674
2674
*
2675
2675
* @example
2676
2676
* ```javascript
@@ -3350,7 +3350,7 @@ declare namespace firebase.auth {
3350
3350
* console.</dd>
3351
3351
* </dl>
3352
3352
*
3353
- * @webonly
3353
+ * This is not available in Node.js.
3354
3354
*
3355
3355
* @example
3356
3356
* ```javascript
@@ -3413,7 +3413,7 @@ declare namespace firebase.auth {
3413
3413
* console.</dd>
3414
3414
* </dl>
3415
3415
*
3416
- * @webonly
3416
+ * This is not available in Node.js.
3417
3417
*
3418
3418
* @param provider The provider to authenticate.
3419
3419
* The provider has to be an OAuth provider. Non-OAuth providers like {@link
@@ -4628,7 +4628,7 @@ declare namespace firebase.auth {
4628
4628
* An {@link https://www.google.com/recaptcha/ reCAPTCHA}-based application
4629
4629
* verifier.
4630
4630
*
4631
- * @webonly
4631
+ * This is not available in Node.js.
4632
4632
*
4633
4633
* @param container The reCAPTCHA container parameter. This
4634
4634
* has different meaning depending on whether the reCAPTCHA is hidden or
@@ -4647,7 +4647,6 @@ declare namespace firebase.auth {
4647
4647
*/
4648
4648
class RecaptchaVerifier extends RecaptchaVerifier_Instance { }
4649
4649
/**
4650
- * @webonly
4651
4650
* @hidden
4652
4651
*/
4653
4652
class RecaptchaVerifier_Instance
@@ -4776,7 +4775,7 @@ declare namespace firebase.auth {
4776
4775
}
4777
4776
4778
4777
/**
4779
- * @webonly
4778
+ * This is not available in Node.js.
4780
4779
*/
4781
4780
declare namespace firebase . analytics {
4782
4781
/**
@@ -7436,7 +7435,7 @@ declare namespace firebase.database.ServerValue {
7436
7435
}
7437
7436
7438
7437
/**
7439
- * @webonly
7438
+ * This is not available in Node.js.
7440
7439
*/
7441
7440
declare namespace firebase . messaging {
7442
7441
/**
@@ -8327,7 +8326,7 @@ declare namespace firebase.firestore {
8327
8326
* work around a specific network reliability issue, please tell us about
8328
8327
* it in https://github.com/firebase/firebase-js-sdk/issues/1674.
8329
8328
*
8330
- * @webonly
8329
+ * This is not available in Node.js.
8331
8330
*/
8332
8331
experimentalForceLongPolling ?: boolean ;
8333
8332
@@ -8339,7 +8338,7 @@ declare namespace firebase.firestore {
8339
8338
* This setting will likely be enabled by default in future releases and cannot be
8340
8339
* combined with `experimentalForceLongPolling`.
8341
8340
*
8342
- * @webonly
8341
+ * This is not available in Node.js.
8343
8342
*/
8344
8343
experimentalAutoDetectLongPolling ?: boolean ;
8345
8344
0 commit comments