79533591

Date: 2025-03-25 11:59:10
Score: 0.5
Natty:
Report link

The following works for me

const newConfirmation = await auth.signInWithPhoneNumber(phoneNumber, true);

The second argument is a forceResend flag. The offical document.

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user2452660