Mike_Chan
(Mike Chan.KL)
March 19, 2025, 3:47pm
1
hi,
i’m planning to fetch the data written into Firebase Realtime Database earlier (during new user registration) and pass to user profile page, after user succesfully login into app.
above is the process of writing an empty user data plus registered user email address. this one no problem.
the above is the web.gottext blocks for signup, login and user data.
here i’m not sure where gone wrong with my blocks.
while this one was successfully written user data into Firebase, and the red lines are the Firebase Authentication User UID.
lastly, in the user profile page i couldn’t fetch the data from Firebase database even the least user email address.
Can anyone here please guide me how I can fix the blocks in order to get the data correctly?
Thank you very much.
Search tutorials on youtube, you will definitely find something better or use firebase database component.
Chirubot
(Chiraag)
March 19, 2025, 5:49pm
3
Why not use the inbuilt Firebase Database component?
Check this out
Hello everyone
I placed the green parts in the listbox named data
When I choose one of the green parts, I want to open the 2.listbox and write save,password,username,start,end in the title section and write the ones painted in red in the sub-headings.
How can I do this, I would appreciate if you share a sample code block
[Screenshot_20230614_151257_Chrome]
[Screenshot_20230614_151154_Chrome]
If you want to learn the basics, check this out…
Hi, Koders!
I observed that there were many queries on Firebase Database even me ! but eventually after trials and errors I solved the problem I had posted a solution to a Koder who had the same issue but I thought to make a more comprehensive guide on Firebase for begginers.
So lets get started!
Lets understand the blocks
The below warning is because there is no blocks associated with it.
[Firebase Database Data Changed]
This is an event triggered when the data changes in firebase, for e…