sorry for asking help .if its no problem with that in the community here
i try to build app with help from ai .but there is problems if someone can tell how to fix that i posted picture for blocks and for login sceen app
What about letting us know, what exactly is the problem? What do you expect and what happens instead?
Taifun
The signup button can't handle it all in one shot.
It needs to leave a note for the cloudDB data received event that a signup process uniqueness test is in progress. That's where the default return should be checked, and either the signup completion or an error should happen.
Alternatively, use multiple single purpose CloudDB components, one just for signups, one for logins, and another for other work .
That way, each can handle its own logic in its own data received event.