Currently the user has no possibility to logout of the app. To logout of Firebase we simply need to call ``` FirebaseAuth.getInstance().signOut(); ``` as documented [here](https://firebase.google.com/docs/auth/android/phone-auth#next-steps).
Currently the user has no possibility to logout of the app.
To logout of Firebase we simply need to call
as documented here.