[firebase_auth]: Internal error when calling verifyPhoneNumber from IOS device #17131
Open
1 task done
Labels
blocked: customer-response
Waiting for customer response, e.g. more information was requested.
platform: ios
Issues / PRs which are specifically for iOS.
plugin: auth
type: bug
Something isn't working
Is there an existing issue for this?
Which plugins are affected?
Auth
Which platforms are affected?
iOS
Description
Calling
FirebaseAuth.instance.verifyPhonenumber( ... )
to send an sms code in my IOS device is causing Firebase_auth/internal-error.Exception contains message "An internal error has occurred, print and inspect the error details for more information." and no other details.
I have followed necessary steps to allow phone authentication in both apple developer and firebase consoles (APNS and etc,,).
Using test phone numbers set on the firebase console works fine so the firebase project setting seems alright, but when trying to send actual sms,(both simulator and physical device likewise) it goes to verificationFailed callback with internal_error exception.
Reproducing the issue
call FirebaseAuth.instance.verifyPhoneNumber( ... ) on a flutter app on IOS device.
Firebase Core version
3.12.0
Flutter Version
3.24.5
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
No response
The text was updated successfully, but these errors were encountered: