A sample of login process with a Google sheet table

Can someone show a sample of blocks for login with a Google sheet as a db?

Can you say more about what you’re trying to do? User login is usually done with Firebase.

Thanks, I managed to create log in using google sheet database. Now I m creating sign in function. Basically new rows with credentials are created in the Google sheet. But I don’t know how to add an aromatic unique identifier?

For example:
New user has
new login - 1
New password - 2

But to add them to a database we need a third field - unique ID. Is it possible?

When you use the Firebase sign in block in Thunkable, it creates a unique User ID for each user. That’s what I use.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.