Menu
  • HOME
  • TAGS

AngularJS / Firebase - Need to login twice for a successful login

javascript,angularjs,firebase-security,anguarjs-digest-cycle

You need to apply digest cycle after receiving an event. $rootScope.$auth.$onAuth(function(authData){ $rootScope.authData = authData; $scope.$apply(); }); Forked Plunkr...