20 comments

[ 2.7 ms ] story [ 50.5 ms ] thread
Never considered a backend in the cloud before, and as I'm just getting into Angular I'll definitely give this a try. Nice one guys!
cheers andy, give it a shot and post here if you have any questions
This looks interesting, I've wanted to get into AngularJS
This is a great place to start. Also a great place for mid-large size apps.
Seems like it's gonna be a matter of minutes to build a webapp now. Good stuff
This could simplify a lot. Love it.

I wanted to get into trying both things so coupling it makes me happy and more incline to get into both.

Thank you for sharing and congrats on making it into the Parse blog!

Amazing stuff.

thanks jaime, we're here if you need help getting started
This is the same stack I've been using for a project at work, I was exited to see the Parse SDK wrapper but apparently it's a thin one. In my current project I have attempted to create a wrapper completely Parse-agnostic in hopes to be able to switch to another provider my changing a little config, it does the basics for now, but I'd have to rewrite it as it's a little tied to this specific project.

I'm curious to hear if anyone has done a similar effort or is serious about starting.

I was searching something similar toady and it is here. Great.
Just started testing BAAS last week. This speed up our process. Thanks.
no problems dude, let me know if you need any help @arush
Do you have better docs on the Parse query calls. Im new to Parse and trying to figure out how to customize the query / collection inside of this. Trying like equalTo and those type of methods I just don't understand what part of the code to use. Do I write a custom service to pull it in or do I use ParseQueryAngular in a directive?
checkout Monster.js, there is an example there. Basically all your queries should be methods on the collections/models. Each data model is defined in their own file extending the ExternalDataServices service. No need to create a new service for every model.

This is the most common feedback we've had so we'll improve the docs in time.

Thanks!