I'm developing an application that has a Login & Sign-Up configuration with Parse.
I'm working with Core Data to store the information. I have four Entities (for example: Favorite Cars, Races, Recent Races, etc.), which are stored on the iPhone and available offline.
I'd like to store this database in Parse so each user that logs in can recover their own copy of the database.