Need help with creating Remember Me option

I know what two components to use. I have sign up and log in screens working with Firebase. I just need to know what blocks of code I need and if I need to use firebase DB or local db.

Hi there,

Check out this Sign In template that remembers a user’s details as stored variables ‘email’ and ‘password’ if they successfully sign up or sign in with those details. No Firebase or Local DB needed!

If the user signs out of the app, ‘email’ and ‘password’ are set to empty strings. When the app starts, if there are stored values for ‘email’ and ‘password’, the app will sign the user in with them automatically.

I’m working on a series of posts explaining this template, but the functions you need to focus on are: ‘signin’, ‘signup’, ‘when SignInUp starts’, and ‘remember_details_cond’.

The ‘App’ screen will show you how to delete a user’s details when they sign out.

Let me know if you have any further questions!

2 Likes

can i have the template again?

Good day sir! If you don’t mind can you please send the Sign In template again (Only IF you don’t mind) because it’s not visible anymore.

@jovestechpzp, there is a Sign In + Out Template available in the sample projects on x.thunkable.com.

We will close this thread as the last relevant post was from 2019.

Be sure to check out our posts about How to ask Great Questions v2.0 and our Community Guidelines.

1 Like