anant | 12 years ago | on: AngularFire - A real-time backend for AngularJS from Firebase
anant's comments
anant | 12 years ago | on: AngularFire - A real-time backend for AngularJS from Firebase
I'd note that it is possible to wrap angularFireCollection into its own service if you'd like to keep that stuff out of your controller, for example: https://gist.github.com/jaredwilli/5472340
We went with an API that is easy to get started with, but are certainly committed to making sure its also usable by complex apps.
anant | 12 years ago | on: Firebase Leaves Beta Today
We're working hard in regards to adding more powerful query support to Firebase though and would love your feedback so we can improve the API (just email [email protected]).
anant | 12 years ago | on: How do I “think in AngularJS” if I have a jQuery background?
anant | 12 years ago | on: How do I “think in AngularJS” if I have a jQuery background?
anant | 12 years ago | on: How do I “think in AngularJS” if I have a jQuery background?
anant | 12 years ago | on: We've raised a $5.6M Series A from Union Square Ventures and Flybridge
anant | 13 years ago | on: Live map of SF MUNI
anant | 13 years ago | on: New Persona Beta: Millions of Users Ready to Log In using Any Browser
This means the data you store in Firebase can be associated with a Persona user, and you can structure your security rules to enforce whatever read/write behavior makes sense for your app.
anant | 13 years ago | on: Firebase bindings for AngularJS
anant | 13 years ago | on: Firebase bindings for AngularJS
anant | 13 years ago | on: Hello Chrome and Firefox, meet serverless WebRTC
When naming projects I usually look to the English thesaurus first, failing which I'll use a Hindi or Tamil word.
anant | 13 years ago | on: Hello Chrome and Firefox, meet serverless WebRTC
"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
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
anant | 13 years ago | on: BackFire: Firebase bindings for Backbone.js
anant | 13 years ago | on: BackFire: Firebase bindings for Backbone.js
anant | 13 years ago | on: Show HN: Firefeed - A Twitter clone built with Firebase
anant | 13 years ago | on: Show HN: Firefeed - A Twitter clone built with Firebase
I've filed an issue to fix this - https://github.com/firebase/firefeed/issues/3
anant | 13 years ago | on: Show HN: Firefeed - A Twitter clone built with Firebase
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.
I urge you to give the new version a spin, and I really look forward to your feedback!