Skip to content

Instantly share code, notes, and snippets.

View maxbates's full-sized avatar

Maxwell Bates maxbates

View GitHub Profile
/**
* This module monitors angularFire's authentication and performs actions based on authentication state.
*
* See usage examples here: https://gist.github.com/katowulf/7328023
*
* This fork adds support for a 'pending' state
*/
angular.module('FirebaseWaitForAuth', [])
/**