static Future<bool> isSignedIn() async { final currentUser = FirebaseAuth.instance.currentUser; return currentUser != null; }