I’m newbie in swift topic, so I need to ask. I’m looking for a common database solution for an ios app and a php website. Both stuff should create/update/retrieve data from a common database but I’m not sure which solution would be the best and easiest. My idea wouldn’t require big database, just db should be synced.
Mysql with php → custom api and reading json from swift side
Thank you for your answer! Realm is local db, so it’s not good for me because I need to sync between apps. (ios-web) Firebase is my choice as well, but it has not php JDK and reading data from FB can be difficult. Any other option?
@brobee You could consider the Parse server that is now open sourced. You can found the home page here. It’s an alternative to Firebase, however, I’m not sure if it offers the support that you’re specifically looking for .