You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,12 @@ This is a simple implementation of Firebase Authentication with Riverpod in Flut
11
11
- 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.
12
12
13
13
14
-
15
-
16
14
## Getting Started
17
15
18
16
To get started, follow these steps:
19
17
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.
21
21
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