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
Copy file name to clipboardExpand all lines: auth/src/main/java/com/firebase/ui/auth/configuration/auth_provider/FacebookAuthProvider+FirebaseAuthUI.kt
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -192,3 +192,21 @@ internal suspend fun FirebaseAuthUI.signInWithFacebook(
192
192
}
193
193
}
194
194
195
+
/**
196
+
* Signs out the current user from Facebook.
197
+
*
198
+
* Invokes Facebook's LoginManager to log out the user from their Facebook session.
199
+
* This method silently catches and ignores any exceptions that may occur during the
200
+
* logout process to ensure the sign-out flow continues even if Facebook logout fails.
201
+
*
202
+
* This is typically called as part of the overall sign-out flow when a user signs out
0 commit comments