I have an Ionic app that uses a Firebase back-end.
The user fills out a form field, which then gets saved to Firebase. That part is working fine.
However, when the user navigates back to the page with the form field, I want all the fields to prepopulate with the data she already entered. (But then the user can edit those values.)
Right now when she navigates back to that page all the fields are blank again.
I’m building a fitness app, part of this involves entering your daily weight. The values entered are used throughout the app. I’m not sure if this will help you but I want to post in case it does. This snippet shows how you can increase and decrease the weight value which is set at a base of 90: