How to ask for username and profile photo only at first login

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
Screenshot_2020-10-11-07-27-18-51

2nd
After entering text, when the user clicks the button ‘DONE’
Screenshot_2020-10-11-07-27-59-63

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:
Screenshot_2020-10-11-07-38-10-29

Eg-
Screenshot_2020-10-11-07-41-20-15

3 Likes

:point_down:

3 Likes

You can use Firebase Authentication for that :blush:
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.