|
| 1 | +--- |
| 2 | +name: 🐞 Bug report |
| 3 | +about: Please use this template to report bugs with the Firebase C++ SDK. |
| 4 | +labels: new |
| 5 | +--- |
| 6 | +<!-- DO NOT DELETE |
| 7 | +validate_template=true |
| 8 | +template_path=.github/ISSUE_TEMPLATE/issue.md |
| 9 | +--> |
| 10 | + |
| 11 | +### [REQUIRED] Please fill in the following fields: |
| 12 | + |
| 13 | + * Pre-built SDK from the [website](https://firebase.google.com/download/cpp) or open-source from this repo: _____ |
| 14 | + * Firebase C++ SDK version: _____ |
| 15 | + * Problematic Firebase Component (Auth, Database, etc.): _____ |
| 16 | + * Other Firebase Components in use (Auth, Database, etc.): _____ |
| 17 | + * Platform you are using the C++ SDK on (Mac, Windows, or Linux): _____ |
| 18 | + * Platform you are targeting (iOS, Android, and/or desktop): _____ |
| 19 | + |
| 20 | +### [REQUIRED] Please describe the issue here: |
| 21 | + |
| 22 | +(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.) |
| 23 | + |
| 24 | +#### Steps to reproduce: |
| 25 | + |
| 26 | +Have you been able to reproduce this issue with just the [Firebase C++ quickstarts](https://github.com/firebase/quickstart-cpp) ? |
| 27 | +What's the issue repro rate? (eg 100%, 1/5 etc) |
| 28 | + |
| 29 | +What happened? How can we make the problem occur? |
| 30 | +This could be a description, log/console output, etc. |
| 31 | + |
| 32 | +If you have a downloadable sample project that reproduces the bug you're reporting, you will |
| 33 | +likely receive a faster response on your issue. |
| 34 | + |
| 35 | +#### Relevant Code: |
| 36 | + |
| 37 | +``` |
| 38 | +// TODO(you): code here to reproduce the problem |
| 39 | +``` |
0 commit comments