Skip to content

Commit a530e83

Browse files
Apply suggestions from code review
Co-authored-by: Rosário P. Fernandes <rosariofernandes51@gmail.com>
1 parent 9471088 commit a530e83

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

GETTING_STARTED.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# FirebaseUI Auth for Android
1+
# Easily add sign-in to your Android app with FirebaseUI
22

3-
FirebaseUI Auth is a modern, Compose-based authentication library for Firebase Authentication on Android.
3+
[FirebaseUI](https://github.com/firebase/firebaseui-android) Auth is a library built on top of the Firebase Authentication SDK that provides drop-in UI flows for use in your app.
44

5-
`10.x` is currently a beta release.
5+
Caution: Version 10.x is currently a **beta release**. This means that the functionality might change in backward-incompatible ways or have limited support. A beta release is not subject to any SLA or deprecation policy.
66

7-
If you used the older FirebaseUI Auth guides, the biggest change in `10.x` is that the recommended sign-in flow now uses Compose screens instead of `Intent` builders and `ActivityResultLauncher` callbacks. For apps that still use Activities, see [Existing Activity-based apps](#existing-activity-based-apps).
7+
If you used the older FirebaseUI Auth guides, the biggest change in `10.x` is that the recommended sign-in flow now uses Compose screens instead of `Intent` builders and `ActivityResultLauncher` callbacks. For apps that still use Activities, see the [Existing Activity-based apps](#existing-activity-based-apps) section.
88

99
FirebaseUI Auth provides the following benefits:
1010

@@ -16,7 +16,7 @@ FirebaseUI Auth provides the following benefits:
1616

1717
## Before you begin
1818

19-
1. [Add Firebase to your Android project](https://firebase.google.com/docs/android/setup).
19+
1. If you haven't already, [add Firebase to your Android project](https://firebase.google.com/docs/android/setup).
2020
2. Make sure your app is set up for Jetpack Compose.
2121
3. In the [Firebase console](https://console.firebase.google.com/), enable the sign-in methods you want to support.
2222

@@ -48,7 +48,7 @@ Some providers need additional setup before you can sign users in.
4848

4949
### Google Sign-In
5050

51-
- Enable Google in the Firebase console.
51+
- Enable Google Sign-in in the Firebase console.
5252
- Add your app's SHA fingerprint in Firebase.
5353
- Download the updated `google-services.json`.
5454
- `AuthProvider.Google(..., serverClientId = null)` can use the `default_web_client_id` generated by the `google-services` Gradle plugin.
@@ -121,7 +121,7 @@ class MainActivity : ComponentActivity() {
121121

122122
This gives you a complete authentication flow with:
123123

124-
- Email/password sign-in and sign-up.
124+
- Password Authentication.
125125
- Google Sign-In.
126126
- Password reset.
127127
- Material 3 styling.

0 commit comments

Comments
 (0)