Updates the current user's display name.
Future<void> updateUserName(String displayName) async => await currentUser!.updateDisplayName(displayName);