Atlas App Service Generating a schema to match Realm Object Models problem

Hello Diana,

Thanks for the reply. You are correct, I made breaking changes to my app when the server schema did not match the model name. To get around this I have been locating the associated realm file on my iMac and deleted it. When a new realm is instantiated, with the matching server schema and model name, it works as it should. I am currently researching how to perform migrations when making breaking changes. For now, I would be fine with using “deleteRealmIfMigrationNeeded”, but I can’t figure out how to implement this while configuring a “flexibleSyncConfiguration” for a user.