Future<bool> isSignedIn() async { var userData = await firebaseAccount?.getDetails(); return userData != null; }