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

**URL:** https://community.thunkable.com/t/user-sign-out-and-password-reset-with-firebase-with-video-tutorial/2692619
**Category:** Tutorials and DIY Guides
**Tags:** firebase, auth, staff, novice, tutorial
**Created:** [November 9, 2023, 10:54pm UTC](https://community.thunkable.com/t/user-sign-out-and-password-reset-with-firebase-with-video-tutorial/2692619 "2023-11-09T22:54:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![lindsay1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/lindsay1/32/154187_2.png) [@lindsay1](https://community.thunkable.com/u/lindsay1)
#### Post date: [November 9, 2023, 10:54pm UTC](https://community.thunkable.com/t/user-sign-out-and-password-reset-with-firebase-with-video-tutorial/2692619/1 "2023-11-09T22:54:50Z")

</div>

**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:

[![](https://img.youtube.com/vi/mia02mWYdpo/maxresdefault.jpg "How to Build User Sign Out and Password Reset with Firebase in Thunkable") ](https://www.youtube.com/watch?v=mia02mWYdpo)

**Template App**

1. Click: [Firebase Authentication - Sign Out + Password Reset Tutorial TEMPLATE](https://x.thunkable.com/projectPage/65498594fef5f2263755c8ec)
2. Click **Copy Project** in the upper right.

**Associated Thunkable Doc**  
[User Sign Up, Sign In, and Authentication with Firebase](https://docs.thunkable.com/blocks/app-features/sign-in/sign-in)

**Related Post**  
[Authenticating users with Firebase (with video tutorial)](https://community.thunkable.com/t/authenticating-users-with-firebase-with-video-tutorial/2687824)

**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! 👀

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [November 14, 2023, 1:06am UTC](https://community.thunkable.com/t/user-sign-out-and-password-reset-with-firebase-with-video-tutorial/2692619/2 "2023-11-14T01:06:13Z")

</div>

> [@lindsay1](#):
>
> What challenges have you had with setting up authentication with Firebase?

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.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:33pm UTC](https://community.thunkable.com/t/user-sign-out-and-password-reset-with-firebase-with-video-tutorial/2692619/3 "2024-11-08T13:33:20Z")

</div>


