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