检查用户是否已登录
static Future<bool> isUserLoggedIn() async { final user = await getCurrentUser(); return user != null; }