We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1981484 commit 3761398Copy full SHA for 3761398
FirebaseAuthUI/FIRAuthUI.m
@@ -108,7 +108,7 @@ - (UINavigationController *)authViewController {
108
- (BOOL)signOutWithError:(NSError *_Nullable *_Nullable)error {
109
// sign out from Firebase
110
BOOL success = [self.auth signOut:error];
111
- if (!error && success) {
+ if (success) {
112
// sign out from all providers (wipes provider tokens too)
113
for (id<FIRAuthProviderUI> provider in _providers) {
114
[provider signOut];
0 commit comments