Firebase or Core Data For My App

I’m trying to make an app so the user can keep track of medical appointments. I want to be able to save different things about the appointment into one appointment that populates into a tableview of appointments. Does anyone have a suggestion as to whether Core Data or FireBase would be a better way to go?

Hi @MasonMore

Because of the privacy regulations of medical information, I would use Core Data in a heartbeat.

You can push Core Data to the cloud via CloudKit, and Firebase lives in the cloud, so you would have to untangle all the regulations around that.

Blessings,
—Mark

Oh I wasn’t even thinking about that part. Good point. Thanks Mark