Skip to content

Commit bb9863a

Browse files
committed
Update compat index.d.ts
1 parent ba8f0ff commit bb9863a

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

packages/firebase/compat/index.d.ts

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ declare namespace firebase {
426426
* console.</dd>
427427
* </dl>
428428
*
429-
* @webonly
429+
* This is not available in Node.js.
430430
*
431431
* @example
432432
* ```javascript
@@ -651,7 +651,7 @@ declare namespace firebase {
651651
* console.</dd>
652652
* </dl>
653653
*
654-
* @webonly
654+
* This is not available in Node.js.
655655
*
656656
* @example
657657
* ```javascript
@@ -701,7 +701,7 @@ declare namespace firebase {
701701
* console.</dd>
702702
* </dl>
703703
*
704-
* @webonly
704+
* This is not available in Node.js.
705705
*
706706
* @param provider The provider to authenticate.
707707
* The provider has to be an OAuth provider. Non-OAuth providers like {@link
@@ -1237,7 +1237,7 @@ declare namespace firebase {
12371237
* generating notifications if the push message payload has a `notification`
12381238
* parameter.
12391239
*
1240-
* @webonly
1240+
* This is not available in Node.js.
12411241
*
12421242
* @example
12431243
* ```javascript
@@ -1296,7 +1296,7 @@ declare namespace firebase {
12961296
* The {@link firebase.performance.Performance `Performance`} service does not work with
12971297
* any other app.
12981298
*
1299-
* @webonly
1299+
* This is not available in Node.js.
13001300
*
13011301
* @example
13021302
* ```javascript
@@ -1315,7 +1315,7 @@ declare namespace firebase {
13151315
/**
13161316
* Gets the {@link firebase.remoteConfig.RemoteConfig `RemoteConfig`} instance.
13171317
*
1318-
* @webonly
1318+
* This is not available in Node.js.
13191319
*
13201320
* @example
13211321
* ```javascript
@@ -1335,7 +1335,7 @@ declare namespace firebase {
13351335
* `firebase.analytics()` can be called with no arguments to access the default
13361336
* app's {@link firebase.analytics.Analytics `Analytics`} service.
13371337
*
1338-
* @webonly
1338+
* This is not available in Node.js.
13391339
*
13401340
* @example
13411341
* ```javascript
@@ -1404,7 +1404,7 @@ declare namespace firebase.app {
14041404
* Gets the {@link firebase.installations.Installations `Installations`} service for the
14051405
* current app.
14061406
*
1407-
* @webonly
1407+
* This is not available in Node.js.
14081408
*
14091409
* @example
14101410
* ```javascript
@@ -1418,7 +1418,7 @@ declare namespace firebase.app {
14181418
* Gets the {@link firebase.messaging.Messaging `Messaging`} service for the
14191419
* current app.
14201420
*
1421-
* @webonly
1421+
* This is not available in Node.js.
14221422
*
14231423
* @example
14241424
* ```javascript
@@ -1490,7 +1490,7 @@ declare namespace firebase.app {
14901490
* Gets the {@link firebase.performance.Performance `Performance`} service for the
14911491
* current app. If the current app is not the default one, throws an error.
14921492
*
1493-
* @webonly
1493+
* This is not available in Node.js.
14941494
*
14951495
* @example
14961496
* ```javascript
@@ -1503,7 +1503,7 @@ declare namespace firebase.app {
15031503
/**
15041504
* Gets the {@link firebase.remoteConfig.RemoteConfig `RemoteConfig`} instance.
15051505
*
1506-
* @webonly
1506+
* This is not available in Node.js.
15071507
*
15081508
* @example
15091509
* ```javascript
@@ -1517,7 +1517,7 @@ declare namespace firebase.app {
15171517
* Gets the {@link firebase.analytics.Analytics `Analytics`} service for the
15181518
* current app. If the current app is not the default one, throws an error.
15191519
*
1520-
* @webonly
1520+
* This is not available in Node.js.
15211521
*
15221522
* @example
15231523
* ```javascript
@@ -1532,7 +1532,7 @@ declare namespace firebase.app {
15321532
}
15331533

15341534
/**
1535-
* @webonly
1535+
* This is not available in Node.js.
15361536
*/
15371537
declare namespace firebase.appCheck {
15381538
/**
@@ -1696,7 +1696,7 @@ declare namespace firebase.appCheck {
16961696
}
16971697

16981698
/**
1699-
* @webonly
1699+
* This is not available in Node.js.
17001700
*/
17011701
declare namespace firebase.installations {
17021702
/**
@@ -1745,7 +1745,7 @@ declare namespace firebase.installations {
17451745
}
17461746

17471747
/**
1748-
* @webonly
1748+
* This is not available in Node.js.
17491749
*/
17501750
declare namespace firebase.performance {
17511751
/**
@@ -1868,7 +1868,7 @@ declare namespace firebase.performance {
18681868
}
18691869

18701870
/**
1871-
* @webonly
1871+
* This is not available in Node.js.
18721872
*/
18731873
declare namespace firebase.remoteConfig {
18741874
/**
@@ -2670,7 +2670,7 @@ declare namespace firebase.auth {
26702670
* Firebase console.</dd>
26712671
* </dl>
26722672
*
2673-
* @webonly
2673+
* This is not available in Node.js.
26742674
*
26752675
* @example
26762676
* ```javascript
@@ -3350,7 +3350,7 @@ declare namespace firebase.auth {
33503350
* console.</dd>
33513351
* </dl>
33523352
*
3353-
* @webonly
3353+
* This is not available in Node.js.
33543354
*
33553355
* @example
33563356
* ```javascript
@@ -3413,7 +3413,7 @@ declare namespace firebase.auth {
34133413
* console.</dd>
34143414
* </dl>
34153415
*
3416-
* @webonly
3416+
* This is not available in Node.js.
34173417
*
34183418
* @param provider The provider to authenticate.
34193419
* The provider has to be an OAuth provider. Non-OAuth providers like {@link
@@ -4628,7 +4628,7 @@ declare namespace firebase.auth {
46284628
* An {@link https://www.google.com/recaptcha/ reCAPTCHA}-based application
46294629
* verifier.
46304630
*
4631-
* @webonly
4631+
* This is not available in Node.js.
46324632
*
46334633
* @param container The reCAPTCHA container parameter. This
46344634
* has different meaning depending on whether the reCAPTCHA is hidden or
@@ -4647,7 +4647,6 @@ declare namespace firebase.auth {
46474647
*/
46484648
class RecaptchaVerifier extends RecaptchaVerifier_Instance {}
46494649
/**
4650-
* @webonly
46514650
* @hidden
46524651
*/
46534652
class RecaptchaVerifier_Instance
@@ -4776,7 +4775,7 @@ declare namespace firebase.auth {
47764775
}
47774776

47784777
/**
4779-
* @webonly
4778+
* This is not available in Node.js.
47804779
*/
47814780
declare namespace firebase.analytics {
47824781
/**
@@ -7436,7 +7435,7 @@ declare namespace firebase.database.ServerValue {
74367435
}
74377436

74387437
/**
7439-
* @webonly
7438+
* This is not available in Node.js.
74407439
*/
74417440
declare namespace firebase.messaging {
74427441
/**
@@ -8327,7 +8326,7 @@ declare namespace firebase.firestore {
83278326
* work around a specific network reliability issue, please tell us about
83288327
* it in https://github.com/firebase/firebase-js-sdk/issues/1674.
83298328
*
8330-
* @webonly
8329+
* This is not available in Node.js.
83318330
*/
83328331
experimentalForceLongPolling?: boolean;
83338332

@@ -8339,7 +8338,7 @@ declare namespace firebase.firestore {
83398338
* This setting will likely be enabled by default in future releases and cannot be
83408339
* combined with `experimentalForceLongPolling`.
83418340
*
8342-
* @webonly
8341+
* This is not available in Node.js.
83438342
*/
83448343
experimentalAutoDetectLongPolling?: boolean;
83458344

0 commit comments

Comments
 (0)