File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
platform_browser/strategies Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ export async function linkWithCredential(
110
110
* attempts. This method can be used to recover from a `CREDENTIAL_TOO_OLD_LOGIN_AGAIN` error
111
111
* or a `TOKEN_EXPIRED` error.
112
112
*
113
- * This method is not supported by {@link Auth} instances created with a
114
- * {@link @firebase/app#FirebaseServerApp }.
113
+ * This method is not supported on any {@link User} signed in by { @link Auth} instances
114
+ * created with a {@link @firebase/app#FirebaseServerApp }.
115
115
*
116
116
* @param user - The user.
117
117
* @param credential - The auth credential.
Original file line number Diff line number Diff line change @@ -1009,7 +1009,7 @@ export interface User extends UserInfo {
1009
1009
* signed in. If this requirement isn't met, ask the user to authenticate again and then call
1010
1010
* one of the reauthentication methods like {@link reauthenticateWithCredential}.
1011
1011
*
1012
- * This method is not supported for any {@link User} signed in by {@link Auth} instances
1012
+ * This method is not supported on any {@link User} signed in by {@link Auth} instances
1013
1013
* created with a {@link @firebase/app#FirebaseServerApp }.
1014
1014
*/
1015
1015
delete ( ) : Promise < void > ;
Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ export async function linkWithPhoneNumber(
157
157
* @remarks
158
158
* Use before operations such as {@link updatePassword} that require tokens from recent sign-in attempts.
159
159
*
160
- * This method does not work in a Node.js environment or with {@link Auth} instances created with a
161
- * {@link @firebase/app#FirebaseServerApp }.
160
+ * This method does not work in a Node.js environment or on any {@link User} signed in by
161
+ * {@link Auth} instances created with a { @link @firebase/app#FirebaseServerApp }.
162
162
*
163
163
* @param user - The user.
164
164
* @param phoneNumber - The user's phone number in E.164 format (e.g. +16505550101).
@@ -272,8 +272,8 @@ export async function _verifyPhoneNumber(
272
272
* Updates the user's phone number.
273
273
*
274
274
* @remarks
275
- * This method does not work in a Node.js environment or with {@link Auth} instances created with a
276
- * {@link @firebase/app#FirebaseServerApp }.
275
+ * This method does not work in a Node.js environment or on any {@link User} signed in by
276
+ * {@link Auth} instances created with a { @link @firebase/app#FirebaseServerApp }.
277
277
*
278
278
* @example
279
279
* ```
Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ export async function signInWithPopup(
118
118
* If the reauthentication is successful, the returned result will contain the user and the
119
119
* provider's credential.
120
120
*
121
- * This method does not work in a Node.js environment or with {@link Auth} instances created with a
122
- * {@link @firebase/app#FirebaseServerApp }.
121
+ * This method does not work in a Node.js environment or on any {@link User} signed in by
122
+ * {@link Auth} instances created with a { @link @firebase/app#FirebaseServerApp }.
123
123
*
124
124
* @example
125
125
* ```javascript
Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ export async function _signInWithRedirect(
124
124
* Follow the {@link https://firebase.google.com/docs/auth/web/redirect-best-practices
125
125
* | best practices} when using {@link reauthenticateWithRedirect}.
126
126
*
127
- * This method does not work in a Node.js environment or with {@link Auth} instances created with a
128
- * {@link @firebase/app#FirebaseServerApp }.
127
+ * This method does not work in a Node.js environment or with {@link Auth} instances
128
+ * created with a {@link @firebase/app#FirebaseServerApp }.
129
129
*
130
130
* @example
131
131
* ```javascript
@@ -199,8 +199,8 @@ export async function _reauthenticateWithRedirect(
199
199
* Follow the {@link https://firebase.google.com/docs/auth/web/redirect-best-practices
200
200
* | best practices} when using {@link linkWithRedirect}.
201
201
*
202
- * This method does not work in a Node.js environment or with {@link Auth} instances created with a
203
- * {@link @firebase/app#FirebaseServerApp }.
202
+ * This method does not work in a Node.js environment or with {@link Auth} instances
203
+ * created with a {@link @firebase/app#FirebaseServerApp }.
204
204
*
205
205
* @example
206
206
* ```javascript
You can’t perform that action at this time.
0 commit comments