Retrieves the current user's token
@override Future<bool> verifyToken([String? token]) async { return _auth.currentUser != null; }