Future<bool> introductionIsDisabled() async { var document = await _documentRef.get(); return document.data()!['disabled'] as bool? ?? false; }