Properly log out a user from android app

后端 未结 6 1565
走了就别回头了
走了就别回头了 2020-12-17 08:46

I\'m developing a small android app, and basically so far it just has login and logout functionality. I\'m using Firebase to store user data and also for authentication.

6条回答
  •  既然无缘
    2020-12-17 09:24

    From Firebase docs

    https://firebase.google.com/docs/auth/android/custom-auth

    call this FirebaseAuth.getInstance().signOut();

提交回复
热议问题