How to display users data to another screen using firebase?

ok let’s try!!

Take care:
you forget to put “/”…
You must do like this:
blocks (77)
Not like this:
blocks (78)
Notice missing “/”

And you didn’t answer me :
Is this is your database?
image

yes this is my

1 Like

i have add this “/” but also getting an error

thanks, but getting an error

show us what you have tried.

sorry, but i think @NOKIA’s maximum number of replies is over…

1 Like

because nokia is new

1 Like

Then try this:
blocks (79)

I think Firebase used in screen1 can not be used on screen2 to call data that’s why you get an error.

You have to transfer that data with start value by calling it on screen1.

Use open another screen with start value block and in start value use nameAndEmail Variable not the userID.

blocks (10)
blocks (11)
in screen2 romove all the firebase blocks.
And use this bock to close your Screen2.
blocks (12)

use these blocks and i can guaranteed that this problem will solve :grin: :grin:

1 Like

use Vertical Arrangments Visible property to make more than one screen in Screen1.

1 Like

how can i do this using vertical arragament? :face_with_monocle: :face_with_monocle:

thanks Wallpaperli its work but i have a question

you are telling me that we can’t call data to other screens in firebase but Mohamed_Tamer say that we can do this.

follow this guide:

https://community.kodular.io/t/how-to-display-users-data-to-another-screen-using-firebase/75930?page=2

1 Like

see this snippet:

1 Like

i am not an expert you should ask these questions from others and i know these things from @The_K_Studio and @vknow360 so thanks to those guys.