i am currently trying to make a login and sign in system in MIT using cloudDB. Even though i believe that my code is correct, after clicking the "sign in" button (which should save the username and psw to cloudDB), nothing happens. I have been searching for similar conversations for a while but still no fix to it. please help its for a school project🙏
This project was hard to address problems, bugs, and etc. I would appreciate a solution mark on this post if my edit was helpful I never worked on a project that was this hard to get rid of issues.
I finished fixing the problems, with:
New component naming schemes
Changed "password" inputs which were TextBox es which make the password naked to PasswordTextBox components
Working Signup/Login system with multiple user checking features.
Removed boilerplates
A slight enhanced UI(didn't change the layouts, only removed unnecessary or unneeded components, did not delete any text or other components)
Variable and alert message names enhanced(e.g. psw_enter to ConfirmPassword)
Additional comments in blocks editor for explaining what was wrong.
Occasional misspelling fixes.
Added a new BGM track
generated by Suno(AI), didn't program them to be played.
What I didn't add:
Additional error handling in login systems
Blank input filtering(no username and no password users)
Additional/Advice:
Add some error handling, and blank username/password filtering functionalities
Try to use effective and easy-to-memorize naming schemes.
You're welcome! Don't be rushed just to apply my advices if the deadline is close, first code them one by one. If you want to see how it works, make another project that can view the data from the CloudDB server.
Should I create an example app for it?