TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Firebase bindings for AngularJS

110 pointsby jamestabout 12 years ago

11 comments

marknutterabout 12 years ago
I'm the guy in that tweet and this is welcome news. The reason firebase+angular gets me so excited is because it's the perfect pairing between a framework that has two-way binding and a backend that supports real-time updating. Not having to worry about asking the server for updates or having to update the dom myself reduces a lot of headaches.
zenoconabout 12 years ago
This is cool. Just as a sidenote, myself and other people in the SocketStream community have been doing this for a while now. We integrated Angular with SocketStream + Bootstrap or whatever fairly easily, and happily sync away to the backend with rpc or pubsub. This is the right model for future webapps, IMO.<p>That's why I like SocketStream -- b/c it integrates with pretty much anything -- but it does have horrible marketing so too few people are aware of it. <a href="https://github.com/socketstream/socketstream" rel="nofollow">https://github.com/socketstream/socketstream</a>
评论 #5461880 未加载
msoadabout 12 years ago
How hard is it to own your own Firebase servers when you scaled up and decided not to use Firebase anymore? That's my main concern with Firebase.
评论 #5462903 未加载
galenkoabout 12 years ago
This looks pretty awesome!<p>I'm falling for the idea of building my next project as a html/javascript app using FireBase (with zero server-side code), but security keeps me wondering, because even after reading everything that the firebase website has to offer about it, I'm still not convinced that it's secure enough.<p>Am I understanding this right, without explicit rules, anyone can edit all the data in the database? Like anyone can just trash your entire database or fill it with silly amounts of data, using the console, after reading your database credentials in the html file, if you're trying to build an html-only, no-backend app?<p>I'm curious, how would one build a voting system (a-la hacker news or reddit), what would the permission mask be? Only registered users can vote, but can only increment or decrement the value by x. I'm also confused about how the restriction works, when creating a non-editable title: a registered user is allowed to create a thread and name the title, but is not allowed(not the author or anyone) to edit it after.<p>If someone could give me a pointer in these use cases, I'd be very grateful.
评论 #5463004 未加载
muraikiabout 12 years ago
I was just looking into using Firebase for a project, alongside trying to choose between Angular and Ember. This might be what pushes me over to Angular.<p>Not to derail the thread, but can anyone give their experiences using Ember with Firebase? I found a Github project but it's apparently incompatible with the latest version.
jasonparekhabout 12 years ago
So many amazing stacks, so little time.. Firebase, Meteor, SocketStream, SpaceMagic, Derby
anantabout 12 years ago
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!
评论 #5462646 未加载
boffo9about 12 years ago
Angular is so much easier than ember!
评论 #5465443 未加载
Kiroabout 12 years ago
How do you solve user authentication?
评论 #5461740 未加载
da_nabout 12 years ago
Good to see Scoble endorse this, one of the great developers of our time.
kclayabout 12 years ago
So when can we have a java binding?I mean if I recall your backend is done on Netty. Really want to use Firebase in my mobile app.