static Future<String?> getCurrentUserToken() async { final currentUser = FirebaseAuth.instance.currentUser; return currentUser?.getIdToken(); }