I am looking to build an app where registered users can fill out a form (with some fields already prefilled for different forms) and then submit the form.
Users will need to be authenticated on the app. I'm thinking that Firebase might be best suited for the data, but not sure where to start as for the actual development and am looking for some advice. Do I use Flutter, React or another?
Is there any examples where anyone could point me to?
Thanks