2

There are a number of helpful questions related to AngularFire authentication.

Basic user authentication with records in AngularFire is a pretty good one for starters.

Anant Narayanan's presentation in combination with the code at https://github.com/anantn/firetube also has alot of good teaser info.

Reading through the documentation at angularfire.com is um, AngularFire seed is helpful..

Unfortunately, I still get the feeling that I'm wandering through a foreign land with a handful of tourist info-booth maps. Please suggest any direct and complete introductions or tutorials to the land and culture of Angular + Firebase? More specifically, content that connects stuff to authenticated users in some meaningful way.

Community
  • 1
  • 1
Bro
  • 483
  • 5
  • 15
  • How is a question about a software module that connects a front-end framework to a real time data source off topic to stack overflow? – Bro Oct 20 '14 at 14:16
  • I don't understand why this question is closed. It is a good question. I am also have difficulty learning authentication with AngularFire because there are not a lot of good examples out there. Also, the documentation on AngularFire in general is limited :). Thinkster asks for payment now to watch the full tutorial. Did you find anything better lately? I find myself going to the normal firebase docs, but that confuses me even more at times. Well, guess I have to figure it out by myself...but AngularFire is fantastic if you get the hang of it! – Michelangelo Apr 27 '15 at 22:33

1 Answers1

1

Check out angularfire.com for a Quickstart guide, a screencast and more documentation on how angularFireAuth works. There's also a page with the annotated source which will help.

Anant
  • 7,408
  • 1
  • 30
  • 30
  • Wow the real Anant! The annotated source will definitely get reread with extra attention paid to the angularFireAuth service. It isn't exactly the spoonfeeding I was hungry for but I'm sure it will get me past whatever is not clicking yet. Thanks for taking the time. – Bro Oct 22 '13 at 17:42
  • The annotated source was a big help. I think most of the other vast knowledge gaps relate more with Firebase itself. Thanks again. – Bro Oct 23 '13 at 14:17
  • [Thinkster's fantasy football tutorial](http://www.thinkster.io/pick/eHPCs7s87O/angularjs-tutorial-learn-to-rapidly-build-real-time-web-apps-with-firebase) was just posted on angularfire.com. It is pretty thorough. – Bro Nov 15 '13 at 21:04