User sign-out and password reset with Firebase (with video tutorial)

Video Tutorial
In this short video tutorial, you’ll learn how to allow a Firebase authenticated user to reset their password and sign out of your app:

Template App

  1. Click: Firebase Authentication - Sign Out + Password Reset Tutorial TEMPLATE
  2. Click Copy Project in the upper right.

Associated Thunkable Doc
User Sign Up, Sign In, and Authentication with Firebase

Related Post
Authenticating users with Firebase (with video tutorial)

Let the community know….

  • Share examples of your own sign out and password reset screen designs to help inspire ideas!
  • What challenges have you had with setting up authentication with Firebase?

We look forward to hearing from you! And if you have any questions or feedback about the tutorial, please share in the comments below.

What’s Next?
In the days and weeks to come we’ll be releasing additional tutorials in our User Authentication series! Stay tuned for tutorials on Google and Apple authentication! :eyes:

Grabbing the auth token from the login block and using it to make authenticated called to my google backend. The token is exposed via the sdk used to manage authentication. Tokens are valuable to verify a user is who they say they are.