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
When the AUTH_CHANGED_EVENT returns back the result of the callback in userPropsFromFIRUserWithToken the "errorMessage" response looks for a localizedFailureReason property on the error object which is not present and an exception is thrown.
I see in the V3 branch this has been fixed already and the localizedFailureReason has been changed to the correct localizedDescription property.
Just adding this incase someone else gets hit by it until V3 is released
The text was updated successfully, but these errors were encountered:
hi Paul I"m seeing this crash in our app now too, timing couldn't be worse we're due for public beta tomorrow. I had raised an issue here (#318) before I saw this ticket.
i can't quite see how we can get a hold of the fix for this crash issue ? could you lend a hand on that at all and point us in right direction ? many thanks.
When the AUTH_CHANGED_EVENT returns back the result of the callback in userPropsFromFIRUserWithToken the "errorMessage" response looks for a localizedFailureReason property on the error object which is not present and an exception is thrown.
I see in the V3 branch this has been fixed already and the localizedFailureReason has been changed to the correct localizedDescription property.
Just adding this incase someone else gets hit by it until V3 is released
The text was updated successfully, but these errors were encountered: