[firebase_auth]: Issue with PhoneAuthProvider #17284
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
I had an existing application built using Xcode 15 and Firebase Auth version 4.
Recently, with an update to the MacOS, Xcode 15 is no more compatible with MacOS Sequoia, so I had to upgrade Xcode to v16.
With Xcode 16 and Firebase Auth v4 I was getting an error related to cloud_firebase dependency BoringSSL-GRPC.
The min version of iOS I am targeting was 13.0
Now, the updated dependencies of the project are:
But with these dependencies, the same Firebase Authentication that was working with v4, I am getting error:
Reproducing the issue
FirebaseAuth.instance.verifyPhoneNumber()
with the phone number from the user input.As soon as verifyPhoneNumber() is triggered the application will crash with the error message:
Firebase Core version
3.13.0
Flutter Version
3.29.2
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
No response
The text was updated successfully, but these errors were encountered: