How can I request the username and profile picture of the user who entered my application for the first time? And how do I use this information on another page?
(I just want to be asked once)
Please explain to me in detail because I’m new. Thanks to everyone who helped
Hi @MeNaCa
Setup your blocks like this:
1st
Screen initialize
2nd
After entering text, when the user clicks the button ‘DONE’
Enter your Screen name (like Screen2) instead of ai_main
In name_arrangement (in 1st screenshot), you have to add textbox (to enter text) and button (DONE)
And for using it in another screen, use this block:
Eg-
3 Likes
3 Likes
You can use Firebase Authentication for that
This will help you
3 Likes
Thank you for helping me the information is useful
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.