Skip to content

Commit 6f3b44b

Browse files
committed
Add comment to signInWithPhoneNumber
1 parent 7fea0f0 commit 6f3b44b

File tree

1 file changed

+3
-0
lines changed
  • packages/auth/src/platform_browser/strategies

1 file changed

+3
-0
lines changed

packages/auth/src/platform_browser/strategies/phone.ts

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ class ConfirmationResultImpl implements ConfirmationResult {
7878
*
7979
* For abuse prevention, this method also requires a {@link ApplicationVerifier}.
8080
* This SDK includes a reCAPTCHA-based implementation, {@link RecaptchaVerifier}.
81+
* This function can work on other platforms that do not support the
82+
* {@link RecaptchaVerifier} (like React Native), but you need to use a
83+
* third-party {@link ApplicationVerifier} implementation.
8184
*
8285
* @example
8386
* ```javascript

0 commit comments

Comments
 (0)