Chapter 6. Applied Angular and AngularFire
We're finally onto the last chapter of the book and we've barely scratched the surface of AngularFire and Firebase. We haven't looked at any of the authentication mechanisms provided by Firebase. So, let's see that and much more in action.
In this chapter, we will cover the following topics:
- We'll write an example application using the techniques we've learned so far
- We'll also follow some of the best practices to be followed while writing Angular applications
- We'll use the simplest (anonymous) authentication provided by Firebase in our example application
- We'll see the difference between Angular factory and service