Skip to content

Commit

Permalink
docs(ui_auth): improve phone.md (#9774)
Browse files Browse the repository at this point in the history
  • Loading branch information
Knupper authored Nov 22, 2022
1 parent ab39d09 commit 1f1ffd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ Alessandro Rossi <alexodus71@gmail.com>
Timur Dyushaliev <timurdyushaliev@gmail.com>
Maaku Saito <maaku0810@gmail.com>
Markus Köhne <markus@koehne.dev>
Max Steffen <git@max-steffen.dev>
4 changes: 2 additions & 2 deletions packages/firebase_ui_auth/doc/providers/phone.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enabled in the [Firebase Console](https://console.firebase.google.com/project/_/
Next, follow the [Setup Instructions](https://firebase.google.com/docs/auth/flutter/phone-auth) to configure Phone Authentication for your
platforms.

Configure email provider:
Configure phone provider:

```dart
import 'package:firebase_core/firebase_core.dart';
Expand All @@ -20,7 +20,7 @@ void main() {
await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform);
FirebaseUIAuth.configureProviders([
PhoneAuthProvider(),,
PhoneAuthProvider(),
// ... other providers
]);
}
Expand Down

0 comments on commit 1f1ffd1

Please sign in to comment.