Future<bool> isSignedIn() async { final currentUser = await _firebaseAuth.currentUser(); return currentUser != null; }