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
Added FirebaseUI-iOS library via SPM
version 14.2.6
Xcode 15.2
FirebaseEmailAuthUI added to target's Frameworks, Libraries, and Embedded Content
When trying to init a new FUIEmailAuth provider, the init methods that are declared in the header file are not accessible or exposed.
When copying and pasting the init method from a previous project that successfully integrated FirebaseUI-iOS via CocoaPods, the compiler will mark the initialization as a call that takes no arguments.
Strangely enough when trying to autocomplete the init method with params, the compiler will list the init method as unavailable because FirebaseEmailAuthUI is not imported, when it clearly is imported