Login system help

I am making a login system for an app i'm making the tutorial i'm getting insight from uses tinydb but i wanted it so that users can login on any device so i followed the tutorial but when they ised any tinydb block I replaced it with clouddb blocks but I ran into a problem, when they put the tinydb get value block into an equal to block the clouddb get value block doesn't fit. Is there any way i could code this another way or fix it?
Screenshot 2022-03-30 8.44.46 AM

CloudDB, unlike TinyDB, requires a cloud based server. So, you will have to get the tag before you check the user's inputs.

AIA:

CloudDB.aia (2.4 KB)

It is a two parter: Call the value, then handle the return

image

1 Like