In a free app with no subscription, how can users add information about themselves?

I am making a timesheet app. Every time a new employee signs in, how can they add information about themselves (their name, etc.)?
IMPORTANT: We’re using the free version of glide. Is there any way to add this basic info (name and last name) into the sign-in process for the user at the beginning?

It does not matter whether you use a free version or not, you would still be able to have a user profiles table and let users edit their profile there.

This is a tutorial to get you started.

1 Like

Alright, so if we add the emails ourselves and people sign it with those emails, Glide won’t replace those with fake emails?

I’m not entirely sure about that process, you would have to try to know if it works with a free plan.