i made app with this blocks but i need to set clouddb to svae profile info in the same id and pass .. am useing tinydb for that but when people change phone all data removed and also if the app deleted
This looks wrong. Unless I am misreading your blocks users will overwrite most of each others profile data, or get back the profile data of the last user to enter it.
this is the problem i need to set the app to save info for every one under his id and pw
because when user try to creat new acc it show the first data saved on the mobile
i use clouddb in the first screen and tinydb in screen2
i dont know how to use clouddb to save profile info at same id
Some will be happy to work with a complex set of tinyDB/cloudDB tags... me I prefer to use a list to store all the data, then to save that list under one tag.
You can see examples of this here
and here