[firebase_auth]: iOS release crash with +[PigeonParser getProviderData:] #17129
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 have received a new crash report yesterday in Crashlytics regarding
firebase_auth
:I can provide the whole trace if needed.
In my live app i am using the
11.7.0
version of the SDK, not the11.8.0
but i don't see in the releases notes anything related to this crash so upgrading will probably not solve it (but i will upgrade anyway for my next release)Reproducing the issue
I have no idea how to reproduce it, but in the trace we see
3 Runner 0x1ac8458 __61-[FLTFirebaseAuthPlugin updateProfileApp:profile:completion:]_block_invoke_2 + 2126 (FLTFirebaseAuthPlugin.m:2126)
And indeed i am calling :
When updating my users' information and it might be crashing here somehow...
Firebase Core version
3.11.0
Flutter Version
The stable version right before
3.29.0
, not sure if it's3.27.2
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetNot relevant here since they have been upgraded, but was on the latest version of all plugins bounded to
firebase_core: 3.11.0
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: