>We’re proud that we’ve been able to help so many of you build great mobile apps, but we need to focus our resources elsewhere. I read this as "our Facebook overlords have decided that our revenue/head can be dramatically increased if redeployed on a different part of the overall company, so they have decided to shut Parse down and move us elsewhere." Which is a perfectly fair business decision but this is really sad…
If resource is the question, then I wonder how come they are sustaining WhatsApp? Its a zero-profit activity, the users chat amongst themselves, what does FB gain from that? I guess the parse resource traffic would be little compared to terabytes flowing through the WhatsApp every day.
Facebook is closing Parse
101–110 of 543 posts
Re: Facebook is closing Parse
#102Currently 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.
Disclamer - I work at Taplytics!
Re: Facebook is closing Parse
#103Odd. 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.
It actually makes sense that they would cancel the project after a major release (which they were already working on), especially since they open-sourced the stack.
Re: Facebook is closing Parse
#104Separately, we developed an open-source Parse-compatible API server for Node/Express. https://github.com/ParsePlatform/parse-server This, along with the database migration tools released earlier, allow developers a full migration path to move from Parse hosted data + API to their own infrastructure. Over the weekend, I set up a website & app on a $5 DigitalOcean box running Parse and Mongo locally.
Re: Facebook is closing Parse
#105Separately, we developed an open-source Parse-compatible API server for Node/Express. https://github.com/ParsePlatform/parse-server This, along with the database migration tools released earlier, allow developers a full migration path to move from Parse hosted data + API to their own infrastructure. Over the weekend, I set up a website & app on a $5 DigitalOcean box running Parse and Mongo locally.
Re: Facebook is closing Parse
#106Separately, we developed an open-source Parse-compatible API server for Node/Express. https://github.com/ParsePlatform/parse-server This, along with the database migration tools released earlier, allow developers a full migration path to move from Parse hosted data + API to their own infrastructure. Over the weekend, I set up a website & app on a $5 DigitalOcean box running Parse and Mongo locally.
Re: Facebook is closing Parse
#107Which alternatives would people recommend?
Re: Facebook is closing Parse
#108Re: Facebook is closing Parse
#109Earlier quoted context omitted.
Appboy, Kahuna, or (shameless plug) mParticle if you want multiple options :)
Urban airship as well I believe. I just remember typically finding Parse the easiest each time I had the opportunity to re-evaluate.
Re: Facebook is closing Parse
#110Interestingly, might've been better to: a) release open source versions and announce pricing increase in the future. b) reduce people using the free 30 transactions / second limit. c) maintain in maintenance mode indefinitely. I just don't get why companies shut down services unless they're folding them into open source projects (like Freebase into Wikidata). Maintenance mode seems cheap to me, but maybe I'm missing…