> For the complete documentation index, see [llms.txt](https://awesome11activity.gitbook.io/effortless-auth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://awesome11activity.gitbook.io/effortless-auth/master.md).

# 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';
```
