Live data from Hacker News

Facebook is closing Parse

blog.parse.com

81–90 of 543 posts

Re: Facebook is closing Parse

#81
One of the reasons you need to pick hosted services very carefully is just this type of scenario. Especially when you are deciding where your data lives.

I give a tremendous amount of respect though to the Parse team for open sourcing the server. Like holy crap they released their entire code base. It must have been especially tough since you have to go through it and clean everything up. Too bad they didn't include the commit history (I certainly understand why they did it). Commit histories are generally the most interesting.

Re: Facebook is closing Parse

#82
post #3

Maybe its not such a good idea after all to code your app to a proprietary API in the cloud.

…except that this just has just become an open-source API that is self-hosted?

...except being able to integrate with an API does not mean you have the ability to self host, run, and maintain the product.

Re: Facebook is closing Parse

#83
Hm. I personally haven't used Parse and I didn't even know they were with Facebook but I've seen it mentioned as a pretty popular back-end platform for Android apps (for example). What's the alternative then? AWS probably then?

Re: Facebook is closing Parse

#84
post #59

Currently using Parse for Push notifications (it's simple to send a request to Parse and it handles iOS vs Android issues). Is there any tool out there that has similar functionality? Ie. you register all your users devices there and they simplify the sending of push notifications.

Appboy, Kahuna, or (shameless plug) mParticle if you want multiple options :)

Re: Facebook is closing Parse

#86

Odd. The Parse SDK had a new release one month ago : http://techcrunch.com/2015/12/14/parse-launches-sdk-support-... That makes this decision seem very sudden.

And that's not all. Parse just did a full rebranding, including a full frontend overhaul of its dashboard.

What the hell is going on?

Re: Facebook is closing Parse

#87
Man, this is an example of how to shutter a service gracefully. 1 year heads up and an open source replacement for their service with export tools to port the data in to a format that replacement can use.

Re: Facebook is closing Parse

#88
post #63

Wow. The 30 minutes you saved by using parse turns into a major headache. This makes me hesitant to use react and react-native.

I'd be hesitant to use anything released by a large company that they don't use themselves for their flagship product(s). Angular 1 comes to mind. I believe Facebook does use React for facebook.com, but not React Native for anything in production yet.

React Native powers Groups and their ad manager: https://facebook.github.io/react-native/showcase.html

Re: Facebook is closing Parse

#90

Wow. The 30 minutes you saved by using parse turns into a major headache. This makes me hesitant to use react and react-native.

The major difference though is that react is a self-hosted open source library. Yes, Facebook could drop support for it, but there are enough people using it now that it would probably see community updates for quite a while.
Post reply on HN