Personalization

I’m building an app to track parking spots, one of the features is to have a profile page to show your info and vehicle info.
I cannot figure out how to make Thunkable recognize the person who signs in and display their personal profile if any one has a template or any help please let me know

This requires a complicated set of steps but I can give you a general idea of what’s needed and then you can search the documentation or forums for starting points:

• Use Firebase for sign up and sign in
• Save user data in the /users/[userId] path in Firebase
• Retrieve saved data from /users/[userId]