Hey @develephant,
To be completely honest with you, I’m not really sure. it all started off with me finding this tutorial while doing some searches in google, which consisted of using Parse server to make a simple chat application using corona. So looking at the tutorial, it all just seemed really simple, and it made me think that there was a RIGHT way of doing mobile apps, using the RIGHT backend. So that lead to me asking on a different topic about picking a backend/backend service, to which @Rob Miracle recommended using coronium.
The other kind of big reason why I thought I would need something like coronium was because of the functionality i wanted to implement to my app: Giving the users ability to set up meetings amongst themselves, so user-to-user interaction, which from what I understood, required push notifications, something that I thought only services like coronium could do. A bit after that, Rob again clarified that php can actually handle push notifications.
I’m actually fairly well versed with mysql, but a little less with php (took database management last semester), enough to handle or be able to figure out what I need.
So to sum it up, I really don’t know anymore if I should stick to coronium now, from what you just told me. I guess as long as I figure out how to handle push notifications from a normal amp server i wouldn’t have to switch over (finish switching over).
I appreciate your honesty though!