Hi everyone,
I’m new to Glide and I’m having trouble with the sign-in feature.
I created a table for user profiles with columns like Name, Email, Row ID, and Login Status. I also connected it to the user profile screen in the side menu. But when I try to sign in with an email, I keep getting this message: “The email address doesn’t have access to this app. Please try another.”
I would really appreciate it if someone could explain the correct steps to:
Add a user to my app manually (so they can log in).
Set up the sign-in screen properly.
Make sure the app recognizes the email and logs the user in correctly.
Since I’m still learning, please explain in simple steps if possible
Thanks so much for your help!
Best regards,
Go to Settings > Access and play around with them. By default it’s set to Private > Users table so only people in your Users table can sign in or access the app. Setting it to Public will allow anyone to sign in to the app (or create an account if they don’t have one), and you can choose if you want sign-in to be required or optional.
If you want to keep it as Private, to add users, simply just add a row to the Users table in the Data editor, and fill out the name, email and other details, and they will be able to sign in with that email
thank you so much for your help i appreciate it , but i cant select anything in the users table , it shows me all the sheets in my data that i had created but i cant select one .
I would reconfigure your user profile to use one of your existing tables. Then set that table as the user table in your privacy settings. Then your login should work for the users in that table.