How if i want to store score to firebase using username as a tag.there both in different screen


Pass the username to Screen2 as a startValue ?

You need to add the firebase component to each screen where you want to use firebase.

Alternatively, stop using real screens and use Virtual Screens

thank you