Returns the current signed-in user (or null if not signed in).
Future<AuthUser?> currentUser() async => _mapUser(FirebaseAuth.instance.currentUser);