Skip to content

Can we able to migrate existing live project to other technology? #1109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
skparticles opened this issue Feb 15, 2017 · 1 comment
Closed

Comments

@skparticles
Copy link
Contributor

skparticles commented Feb 15, 2017

We have completed a project in iOS/Android and planning to go live soon. We worried that iOS/Android SDKs won't be updated like facebook did.

What is the best way of migrating Live ParsePlatform project iOS/Android ? Because of Client & Server SDK, everything interconnected.

Guide Us.

parse-community/Parse-SDK-Android#585

@ZacharyKhan
Copy link

ZacharyKhan commented Apr 16, 2017

I think it would depend on the technology you're planning on switching to. The data itself is stored via a NoSQL database in JSON format, so there probably wouldn't need to too many changes there as most solutions will use this same structure.

If you are looking to go over to Firebase though, you will probably have to re-write a lot of your client-side networking code as they use a much different backend architecture.

What other services/technologies are you currently looking at switching to?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants