|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +<!-- Step 1 [READ THIS] --> |
| 8 | +<!-- |
| 9 | +Are you in the right place? |
| 10 | + * For issues or feature requests related to __the code in this repository__ |
| 11 | + file a Github issue. |
| 12 | + * If this is a __feature request__ make sure the issue title starts with "FR:". |
| 13 | + * For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) |
| 14 | + with the firebase-authentication tag. |
| 15 | + * For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk) |
| 16 | + google group. |
| 17 | + * For help troubleshooting your application that does not fall under one |
| 18 | + of the above categories, reach out to the personalized |
| 19 | + [Firebase support channel](https://firebase.google.com/support/). |
| 20 | +--> |
| 21 | + |
| 22 | +<!-- Step 2 --> |
| 23 | + |
| 24 | +### [REQUIRED] Describe your environment |
| 25 | + |
| 26 | + * Operating System version: _____ |
| 27 | + * Browser version: _____ |
| 28 | + * Firebase UI version: _____ |
| 29 | + * Firebase SDK version: _____ |
| 30 | + |
| 31 | +<!-- Step 3 --> |
| 32 | + |
| 33 | +### [REQUIRED] Describe the problem |
| 34 | + |
| 35 | +#### Steps to reproduce: |
| 36 | +<!-- |
| 37 | + What happened? How can we make the problem occur? |
| 38 | + This could be a description, log/console output, etc. |
| 39 | +--> |
| 40 | +#### Relevant Code: |
| 41 | + |
| 42 | +<!-- |
| 43 | + Reproduce the issue on StackBlitz and provide your forked URL |
| 44 | + or give us some sample code below |
| 45 | +--> |
| 46 | +https://stackblitz.com/fork/firebase-issue-sandbox |
| 47 | + |
| 48 | +```javascript |
| 49 | +// TODO(you): code here to reproduce the problem |
| 50 | +``` |
0 commit comments