Skip to content

Commit 1f1ffd1

Browse files
authored
docs(ui_auth): improve phone.md (#9774)
1 parent ab39d09 commit 1f1ffd1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ Alessandro Rossi <[email protected]>
5959
Timur Dyushaliev <[email protected]>
6060
Maaku Saito <[email protected]>
6161
Markus Köhne <[email protected]>
62+
Max Steffen <[email protected]>

Diff for: packages/firebase_ui_auth/doc/providers/phone.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ enabled in the [Firebase Console](https://console.firebase.google.com/project/_/
1010
Next, follow the [Setup Instructions](https://firebase.google.com/docs/auth/flutter/phone-auth) to configure Phone Authentication for your
1111
platforms.
1212

13-
Configure email provider:
13+
Configure phone provider:
1414

1515
```dart
1616
import 'package:firebase_core/firebase_core.dart';
@@ -20,7 +20,7 @@ void main() {
2020
await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform);
2121
2222
FirebaseUIAuth.configureProviders([
23-
PhoneAuthProvider(),,
23+
PhoneAuthProvider(),
2424
// ... other providers
2525
]);
2626
}

0 commit comments

Comments
 (0)