Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Raed Alahmari
Raed Alahmari
12,966 Points

Replacement For Parse?!

Parse announced they shutting down, anyone know good website like Parse we can use it to fetch the data?!

  • For Xcode of course

2 Answers

Michael Hulet
Michael Hulet
47,912 Points

Try Firebase. Better yet, take one of the many backend courses on Treehouse and make your own servers, the right way

Matthew Spear
Matthew Spear
14,534 Points

I've heard of Realm, not tried it yet, but now seems like a good time - it has SDKs for both Objective-C and Swift.

RIP Parse :(

Michael Hulet
Michael Hulet
47,912 Points

From what I remember, Realm is a local data store. It accomplishes a small subset of what Parse did, and not even close to the main product.

Parse was really unique in the BaaS world. It really hurts to see it go.