Has anyone had any success migrating from Parse?
No idea. What server are you migrating to? AWS?
mLab + Google App Cloud
I, for one, found alternatives mostly overly complicated, more expensive, or of doubtful reliability. Migration of your data, if you have multiple active apps seems to be WAY more problematic that they promise. The only thing I found on par with Parse’s level of user-friendliness and usability is Playfab, which is great but lacks some universal database functionality in comparison, so unless you need strictly game-oriented functions like multiplayer and leaderboards you’ll find it limiting.
Fortunately, the needs of my existing apps weren’t too sophisticated so I ended up using a standard MySQL and writing my own backends. Maybe when you have worked out the workflow this is not the case, but for all I know so far, doing it that way turns out to be LESS of a fuss than using the Parse replacements.
No idea. What server are you migrating to? AWS?
mLab + Google App Cloud
I, for one, found alternatives mostly overly complicated, more expensive, or of doubtful reliability. Migration of your data, if you have multiple active apps seems to be WAY more problematic that they promise. The only thing I found on par with Parse’s level of user-friendliness and usability is Playfab, which is great but lacks some universal database functionality in comparison, so unless you need strictly game-oriented functions like multiplayer and leaderboards you’ll find it limiting.
Fortunately, the needs of my existing apps weren’t too sophisticated so I ended up using a standard MySQL and writing my own backends. Maybe when you have worked out the workflow this is not the case, but for all I know so far, doing it that way turns out to be LESS of a fuss than using the Parse replacements.