In my app, I need the user to be able to input a number into a text input
And then it go into the firebase cloud, and once the number is stored in the database, change the screen to a different page and a label shows the number that they typed in
And if possible for that number to save, so as long as the user is logged in (I have already set this up) and when they go on this screen, they can always see their number. This is all a bit complicated for me.
1 Like
Hi, @16josephsrgz!
This method might help you -
-
Grab a component.
-
When you store the
textInput
's text to Firebase, save it inLocal Storage
too. -
So, wherever you want to get the value, use these blocks -
Hope I helped you!
Good Luck!
Thanks!
1 Like
This is perfect! Thank you so much
1 Like