Hi, good day to you all.
Recently I'm trying to develop an app about IT support, and the only part that I'm stuck with now is the user profile info saving activities.
Below is the user profile page design:
For the login n register blocks, i followed the examples from METRIC RAT AI2 - Registration & Login with Firebase Authentication
As for profile page blocks, i use as below;
Meanwhile the "initializeData" blocks i got put under "when.Screen1.initialize" blocks.
The info that I tried to save was successful, can be written into Firebase database but the info will still display even I register another user account. It doesn't appear empty for the new user account.
I know it is wrong somewhere, and I have searched everywhere but seems can't find any way to make it happen.
It will much appreciated if anyone can guide me through this because I can't think of any other ideas already.
Thank you very much.