When I first started the app, it was working fine, but now that I have 500 rows in my airtable user database Google Sign-In won’t work for most names. The people who have rows at the top are able to log in but anyone in the middle or bottom can’t. The screen just returns to the log in screen and freezes.
I was thinking that maybe I should either use some sort of index to search or sort the data and use binary search instead. However, even on a phone I don’t think that a linear search of 500 records should cause this issue.
Hello @nsappdev
I created this testing project and there is no issue with having 500 rows on Google Sheets: https://x.thunkable.com/projects/672b44817ac6e3c0f1b436fc/
Could you please check if the email address is retrieved after a user signs in by connecting to a label?
Hi, @ioannis
So I tried signing in with an account that is at the top of the list and the bottom of the list in airtable. The one at the top of the list takes a few seconds. The one at the bottom of the list doesn’t happen/takes way to long
Retrieving (and setting to a label) the user row and email address works. but trying to get the name/display name takes a while or too long and doesn’t work (thats with an account at the bottom of the airtable). An account at the top takes a shorter amount of time