Thunkable How to use Google Sheets to create a user login screen

Описание к видео Thunkable How to use Google Sheets to create a user login screen

In this video we learn to create a simple login screen for an app. All the user data is stored in a Google Sheet as the data source.

We learn that we can treat the data source as a list to search for our user. Find the index of that user, then check for the correct password. We do this with conditional if / else statements.

We create error message to the user if they've successfully logged in and send them to a welcome screen when they succeed.

Комментарии

Информация по комментариям в разработке