I am mulling over the best way to proceed here.
I have an app I am writing for a company that has fueling stations.
They want to be able to update fuel prices in the app.
I have been trying to figure out the best way to do this.
I have been looking at MySQL database, Firebase database, XML download, FMC message, etc.
Right now I am leaning towards using FMC message to trigger a download from Firebase storage of an xml file.
They will only do one or two updates a day.
I already know how to download and parse in the XML file as I am doing that for a different app.
Any thought? Pros? Cons?
I have an app I am writing for a company that has fueling stations.
They want to be able to update fuel prices in the app.
I have been trying to figure out the best way to do this.
I have been looking at MySQL database, Firebase database, XML download, FMC message, etc.
Right now I am leaning towards using FMC message to trigger a download from Firebase storage of an xml file.
They will only do one or two updates a day.
I already know how to download and parse in the XML file as I am doing that for a different app.
Any thought? Pros? Cons?