Skip to content

Commit 8e640d6

Browse files
authored
Update README.md
1 parent 28c5462 commit 8e640d6

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@ This is a simple implementation of Firebase Authentication with Riverpod in Flut
1111
- Take a look at my article on [Form validation using Riverpod](https://medium.com/@theaayushbhattarai/form-validation-using-riverpod-4e0f902331af) to learn how to use Riverpod for form validation in Flutter.
1212

1313

14-
15-
1614
## Getting Started
1715

1816
To get started, follow these steps:
1917

20-
1. Add Firebase to your project using the Firebase console.
18+
19+
1. Clone this repo.
20+
2. Add Firebase to your project using the Firebase console.
2121
2. Enable Firebase Authentication in the Firebase console.
22-
3. Add the `firebase_auth` and `riverpod` dependencies to your project.
23-
4. Initialize Firebase in your app.
24-
25-
26-
27-
28-
That's it! You should now have a basic understanding of how to use Firebase Authentication with Riverpod in your Flutter app.
22+
4. Initialize Firebase in your app using [FlutterFire CLI](https://pub.dev/packages/flutterfire_cli).

0 commit comments

Comments
 (0)