Help with variable how to access the screen2 variable that is on screen1

Hello I am new to kodular I come to ask for help with a login page I would like that when logging in the user’s name would appear on all screens, be able to make it appear on the login page but when I go to another screen the name does not appear and when I return to the page login the name also does not appear anymore

1 Like

Use TinyDb

1 Like

Welcome,

Before asking any question you should search the community because a lot of questions are asked before.

2 Likes

Read …

http://www.appinventor.org/content/howDoYou/screens/share

thank you I will study

1 Like

Read Second link too

1 Like

I’m using firebase authentication

You are new to Kodular and already working with FireBase. Isn’t it better to first learn the basics before you go into something like this?

2 Likes

If login is successful, store the data you want in TinyDB,
And use it whenever you want

With TinyDB, you can call up the data you store on the screen you want.