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
Similar to #1198
I use the FirebaseAuthUI in SwiftUI. I wrapped it in a UIViewControllerRepresentable and implemented the makeCoordinator method to set the delegate like the following
Similar to #1198
I use the FirebaseAuthUI in SwiftUI. I wrapped it in a UIViewControllerRepresentable and implemented the
makeCoordinator
method to set the delegate like the followingThe FUIAuthDelegate is not called if it is activated inside a
.sheet
like the followingHowever, the FUIAuthDelegate method will get called if it is a stand alone page.
I'm using v14.2.6
The text was updated successfully, but these errors were encountered: