Future<bool> checkFieldExists(String field) async => (await _getSnapshot()).data()?.containsKey(field) ?? false;