Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 941 Bytes

File metadata and controls

21 lines (12 loc) · 941 Bytes

FirebaseAngularjsAuth

Firebase Authentication with AngularJs

Firebase is document database that provides real time update to all clients connected to it.

In addition to providing a persistence layer, Firebase also makes it easy to perform authentication against third party OAuth providers such as Google+, Facebook and Github.

In many cases, in addition to authentication, an application will also require hooks into routing, protecting private pages and a means to store user profile information.

This project illustrates:

  • Use of Firebase authentication
  • Hooking ui-router for public and authenticated access
  • Retrieve and persist user profile information within Firebase
  • Secure user profile information within Firebase

Feel free to ping us at @TheLatestBrian or @YanamegaInfo if you have any questions or comments.

Check out the live example here and read more at www.42id.com