I have an ionic2 app and am using Firebase and angularFire2. I\'d like to get the current authentication state and current auth object/user from firebase using angularFire2.
current authentication state is available from the injected FirebaseAuth. You can get the actual auth data auth.getAuth()
FirebaseAuth
auth.getAuth()
See: https://github.com/angular/angularfire2/blob/master/src/providers/auth.ts#L99