I want, when a user logs in, it retrieves their total steps. So far, I only know how to retrieve the password. I'm not even sure if everything I wrote here might work:
How do I check if two users have the same username and warn the new user? I'm not sure how to do that in this program.
I'm not sure what the 'GotValue' program does here
I want to check (in the first if of the when Button1.click , after the call CloudDB1.GetValue): if the user has an account, I want to retrieve their steps. How do I do that?
Can I use slice list to retrieve the steps? What would I put into the first space on the list block? :
Call a taglist and compare the entered username against all usernames in the taglist
It returns the tag/value from the call made with the getValue block
Use the taglist again to test if they have an account (their username should be in it) then get their data with a getValue call. You should be storing their steps in that data
You could, but it is probably better to select the steps item by index, or if you have a dictionary then using the "steps" key