Good night everyone, I am participating in a volunteer project to a group and we have a web application ready, developed in PHP with the Laravel framework. We need a data inclusion form of this application to be created also for mobile environments, as users must also use while they are moving, because even if they have no network, or if it is inconsistent, the data application (in an offline working form) and it would sync with the server.
I have already developed a PWA prototype of a notepad that I created in javascript, css and html, looking for a hybrid approach, but the result in IOS was not as expected, and I still do not know if starting for a PWA would be the best approach.
So I would like help on the following points:
-
As I already have the backend developed for the Web application, can I re-use it? and how would it work?
-
I was also researching Google's firebase tool for data synchronization
-
Would you be able to communicate the data through a web service? Any tips on that?
If anyone has any experience with the subject I will be very grateful for help, may have a more objective way of doing it, thank you!