Help me in list to do

Hey! Wecome to the community @feiradeciencias2dgz7, can i direct you to my cloud app?

with the cloud app, you need to first have some way to login. perferably using firebase. with that you can get a unique userID. save that to a stored variable after logging ing.

use that stored userID as part of the pathway for the notes you save in the cloud variable

cloud APPNAME/userID/notes

you create the cloud variable

set a function wiith return to be the pathway

create your cloud variable empty lists like this. this is also how i reference the variable any other time. with that special variable block, not the one with the dropdown menu
Screen Shot 2020-04-23 at 4.17.56 PM

the most up to date link
https://x.thunkable.com/copy/97dc1d50de0b3b31473a63cf8f2239d8

1 Like