Trying to update user info at triggered events of the “Get current user” block but while testing it skip the blocks that sets the user data and the store value on the tag “Funcionários” from the Firebase_Database block and just execute the block “Open another screen with start value”.
Steps to reproduce the issue
Click “Save” button in my app
Expected Behaviour
Update user profile and store values in Firebase Database
Actual Behaviour
openning another screen without executing the other blocks
But the thing is that I actually want what the blocks are saying, to let the user set the current user profile picture, name, e-mail and phone number.
This data aren’t set already, if this is not the correct method, how can I set these user data?
However those blocks are returned after a user is selected. So what you do is set textblocks for each of the values from the elements of the user block, and say to the user that they can “change” their information if they want, or submit it.
Yeah, lets do it!
Step1 - User Sign up with e-mail and password
Step2 - User fill up personal data and build his profile
Step3 - Everytime user logs in the app loads his personal data and display profile picture, username, etc…