|
1 | | -Firebase Auth Quickstart |
2 | | -============================== |
| 1 | +# Firebase Auth Quickstart |
3 | 2 |
|
4 | | -Introduction |
5 | | ------------- |
| 3 | +## Introduction |
6 | 4 |
|
7 | 5 | - [Read more about Firebase Auth](https://firebase.google.com) |
8 | 6 |
|
9 | | -Getting Started |
10 | | ---------------- |
| 7 | +## Getting Started |
11 | 8 |
|
12 | 9 | - [Add Firebase to your Flutter Project](https://firebase.google.com/docs/flutter/setup). |
13 | 10 |
|
14 | | -This example contains Email / Password login and signup using Firebase in a |
15 | | -Flutter app. In order to run the example, you'll need to set up your app in |
| 11 | +This example contains Email / Password login and signup using Firebase in a |
| 12 | +Flutter app. In order to run the example, you'll need to set up your app in |
16 | 13 | the Firebase console. You will then want to run the flutterfire_cli to |
17 | 14 | sync all API keys locally to this application. |
18 | 15 |
|
| 16 | +- Run `firebase emulators:start` to start the local Firebase emulator suite. |
| 17 | + |
| 18 | +- Run `flutter run` to start the app. |
| 19 | + |
19 | 20 | ### Email/Password Setup |
20 | 21 |
|
21 | 22 | - Go to the [Firebase Console][fir-console] and navigate to your project: |
22 | | - - Select the **Auth** panel and then click the **Sign In Method** tab. |
23 | | - - Click **Email/Password** and turn on the **Enable** switch, then click **Save**. |
24 | | - - Under **Authorized Domains** click **Add Domain** and add `auth.example.com`. |
| 23 | + - Select the **Auth** panel and then click the **Sign In Method** tab. |
| 24 | + - Click **Email/Password** and turn on the **Enable** switch, then click **Save**. |
25 | 25 |
|
26 | | -Support |
27 | | -------- |
| 26 | +## Support |
28 | 27 |
|
29 | 28 | - [Stack Overflow](https://stackoverflow.com/questions/tagged/firebase-authentication) |
30 | 29 | - [Firebase Support](https://firebase.google.com/support/) |
31 | 30 |
|
32 | | -License |
33 | | -------- |
| 31 | +## License |
34 | 32 |
|
35 | 33 | Copyright 2022 Google, Inc. |
36 | 34 |
|
37 | 35 | Licensed to the Apache Software Foundation (ASF) under one or more contributor |
38 | | -license agreements. See the NOTICE file distributed with this work for |
39 | | -additional information regarding copyright ownership. The ASF licenses this |
| 36 | +license agreements. See the NOTICE file distributed with this work for |
| 37 | +additional information regarding copyright ownership. The ASF licenses this |
40 | 38 | file to you under the Apache License, Version 2.0 (the "License"); you may not |
41 | | -use this file except in compliance with the License. You may obtain a copy of |
| 39 | +use this file except in compliance with the License. You may obtain a copy of |
42 | 40 | the License at |
43 | 41 |
|
44 | 42 | http://www.apache.org/licenses/LICENSE-2.0 |
45 | 43 |
|
46 | 44 | Unless required by applicable law or agreed to in writing, software |
47 | 45 | distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
48 | | -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 46 | +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
49 | 47 | License for the specific language governing permissions and limitations under |
50 | 48 | the License. |
51 | 49 |
|
52 | | -[fir-console]: https://console.firebase.google.com |
| 50 | +[fir-console]: https://console.firebase.google.com |
0 commit comments