# Getting Started

## Installation

The first thing we need to do is add the package form as a dependency on `pubspec.yaml`.

```
dependencies:
  effortless_firebase_auth:
```

Now we need to install the form.

```
flutter pub get
```

Run the command in the same directory as the file `pubspec.yaml`.

Alternatively, your editor can support it `flutter pub get`. Check your publisher’s documents to learn more.

## Import

Now, in your Dart code, you can use:

```
import 'package:effortless_firebase_auth/effortless_firebase_auth.dart';
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://awesome11activity.gitbook.io/effortless-auth/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
