How To 'Get" From Firebase

i want profile picture to “get” on another screen how can i

You are joining

  • Full name first text
  • variable cloud Profiles.

in the SAVE block


& in GET, you are commanding to get only Profiles

This could be the issue…

Try to fix this, and then notify again :wink:
Thanks!

1 Like

Your answer almost was a solution but they are on two separate screens so I can’t copy paste the “full name get text”

1 Like

Nice!


Store the “text” in LocalStorage from Move_to_Your_Interview screen with key/tag nameed name


and get the value from local storage with key name on profile page.

Hope it helps! :wink: