Firebase / Facebook - How To Log Off / Sign Off?
I am stuck in a loop here. Users can log in with their FB account. The app creates a Firebase user w/ the same info. With the launcher activity (LoginActivity), if it detects an
Solution 1:
FirebaseAuth.getInstance().signOut();
Adding this piece of line solved my problem.
Post a Comment for "Firebase / Facebook - How To Log Off / Sign Off?"