I’m exploring how an on-demand service app could be built using Kodular, especially for a platform where customers can request a service and providers can accept and manage those requests.
Some features I’m considering include user registration, service selection, provider matching, real-time request status, push notifications, payments, and Firebase-based data management.
For developers who have built similar apps with Kodular, which parts tend to be the most challenging? Is Firebase suitable for managing real-time service requests and provider availability, or would an external backend and API be a better approach as the app grows?
I’d also like to know how developers handle real-time location tracking and notifications without making the app too resource-intensive.