static Future<String?> getFirebase() async { SharedPreferences pref = await SharedPreferences.getInstance(); return pref.getString(Key_firebase); }