We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fea0f0 commit 6f3b44bCopy full SHA for 6f3b44b
packages/auth/src/platform_browser/strategies/phone.ts
@@ -78,6 +78,9 @@ class ConfirmationResultImpl implements ConfirmationResult {
78
*
79
* For abuse prevention, this method also requires a {@link ApplicationVerifier}.
80
* 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.
84
85
* @example
86
* ```javascript
0 commit comments