anant's comments

anant | 12 years ago | on: AngularFire - A real-time backend for AngularJS from Firebase

We made a series of changes with version 0.3 of angularFire. It's nowhere near production ready but we're hoping its a bit more closer to beta than alpha :)

I urge you to give the new version a spin, and I really look forward to your feedback!

anant | 13 years ago | on: Firebase bindings for AngularJS

Firebase has a flexible authentication system coupled with security rules: https://www.firebase.com/docs/security-quickstart.html. You can generate your own JWTs (if you have a server or a custom auth backend) or use Simple Login, a service that lets you authenticate against Facebook, Twitter, Github and Persona without requiring you to run any server code. You just authenticate as you would normally in a regular Firebase app, AngularFire will simply inherit the authenticated session.

anant | 13 years ago | on: Firebase bindings for AngularJS

While building sample apps with Firebase, binding data changes to the DOM was always the part that seemed to be "missing". We think Angular and Firebase go really well together by filling that gap, and would love to hear your feedback on how we can make the combination even better!

anant | 13 years ago | on: Hello Chrome and Firefox, meet serverless WebRTC

Peer-to-peer systems still use DNS "servers". Pure P2P WebRTC systems still need STUN "servers". In fact, one of the peers in a P2P system could also be considered a server.

"Serverless" as you define it would describe nothing in existence today. I think the way most people perceive the term is simply to mean reliance on servers that you don't have to build and run.

anant | 13 years ago | on: BackFire: Firebase bindings for Backbone.js

The bindings simply extend the Collection object and override certain methods on it (add, remove, etc.) to do the corresponding Firebase operations.

We did run into a few relatively minor issues; for example when doing a smart update to a collection, Backbone seems to trigger a remove event immediately followed by an add event for a model that hasn't changed.

We still have more work to do with the bindings (we don't have a Firebase.Model object for instance), but I don't expect any major roadblocks. All in all, piece of cake!

anant | 13 years ago | on: BackFire: Firebase bindings for Backbone.js

Great question - the bindings can take a regular Firebase reference object instead of a URL as well. If you had authenticated the Firebase reference using any of the regular Firebase methods (like Simple Login), the collection will simply inherit them.

anant | 13 years ago | on: Show HN: Firefeed - A Twitter clone built with Firebase

Thanks, that is good feedback!

We're working on supporting multiple auth providers, but the larger question of federation is more interesting, and equally harder. We're not sure about where to take Firefeed yet, since it was built as a demo for Firebase, but that's something we'll definitely consider in the future.

page 2