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 trialRaed Alahmari
12,966 PointsReplacement 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
47,913 PointsTry Firebase. Better yet, take one of the many backend courses on Treehouse and make your own servers, the right way
Matthew Spear
14,534 PointsI'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
47,913 PointsFrom 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.