I am using the Backand BaaS for my Ionic app. I am trying to retrieve the currently logged in user.
At the moment I am setting a $rootScope variable upon the login event with the signed in user.
Is there an easier way to do this process without having to programatically set my own 'loggedInUser' variable ?