I’m working on adding a feedback survey feature to my app, where questions are pulled dynamically from our back-end on Azure via an API. The survey has various question types, uses conditional logic, and adjusts based on user demographics.
The app doesn’t use Firebase at all, so I’m wondering if it’s possible (and how) to dynamically generate input fields on the front end based on the API response? I’ve found some “Quiz app” tutorials, but they seem Firebase-dependent. Any direction or resources for implementing this without Firebase would be very helpful!
Thank you!