You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to README, the verifyPhoneNumber's timeoutMillis param is:
Maximum allowed value for timeout is 2 minutes. Use 0 to disable SMS-auto-retrieval. If you specify a positive value less than 30 seconds, library will default to 30 seconds.
As of play-services-auth-api-phone:18.0.1, 0 is not a valid value because it will raise this error:
You must specify an auto-retrieval timeout; please call #setTimeout()
Maybe README should be updated to reflect this change in the Authentication API.
The text was updated successfully, but these errors were encountered:
According to README, the verifyPhoneNumber's timeoutMillis param is:
As of play-services-auth-api-phone:18.0.1,
0
is not a valid value because it will raise this error:Maybe README should be updated to reflect this change in the Authentication API.
The text was updated successfully, but these errors were encountered: