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
Thanks @nidegen for the report and sorry for the crash!
It looks like the AuthSettings() initializer was unintentionally surfaced in Swift despite being unavailable in Objective-C (we've seen this in other places as well, not explicitly marking it with NS_UNAVAILABLE). The code you've provided seems reasonable to me though from a usage standpoint, and removing the initializer is breaking change so it seems like we should fix the crash for now by properly implementing copyWithZone: and re-evaluate removing the initializer at a breaking change (if the Auth team prefers to hide it).
Step 0: Are you in the right place?
file a Github issue.
with the
firebase
tag.google group.
of the above categories, reach out to
Firebase Support.
this repository, please delete this section.
[REQUIRED] Step 1: Describe your environment
Swift Package Manager
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
This may be wrong, but the crash should not happen anyways when I for phone auth, I set isAppVerificationDisabledFor Testing
Relevant Code:
The text was updated successfully, but these errors were encountered: