|
| 1 | +--- |
| 2 | +name: Firebase C++ Sample issue |
| 3 | +about: Report issues with the Firebase C++ Sample. |
| 4 | +labels: new |
| 5 | +--- |
| 6 | +<!-- DO NOT DELETE |
| 7 | +validate_template=true |
| 8 | +template_path=.github/ISSUE_TEMPLATE/issue.md |
| 9 | +--> |
| 10 | + |
| 11 | +### [READ] For Firebase C++ SDK issues, please report to [Firebase C++ open-source](https://github.com/firebase/firebase-cpp-sdk/issues) |
| 12 | + |
| 13 | +Once you've read this section and determined that your issue is appropriate for this repository, please delete this section. |
| 14 | + |
| 15 | +### [REQUIRED] Please fill in the following fields: |
| 16 | + |
| 17 | + * Which Firebase Sample? (Auth, Database, etc.): _____ |
| 18 | + * Firebase C++ SDK version: _____ |
| 19 | + * Additional SDKs you are using (Facebook, AdMob, etc.): _____ |
| 20 | + * Platform you are using the SDK on (Mac, Windows, or Linux): _____ |
| 21 | + * Platform you are targeting (iOS, Android, and/or desktop): _____ |
| 22 | + |
| 23 | +### [REQUIRED] Please describe the issue here: |
| 24 | + |
| 25 | +(Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.) |
| 26 | + |
| 27 | +#### Steps to reproduce: |
| 28 | + |
| 29 | +What's the issue repro rate? (eg 100%, 1/5 etc) |
| 30 | + |
| 31 | +What happened? How can we make the problem occur? |
| 32 | +This could be a description, log/console output, etc. |
| 33 | + |
| 34 | +If you have a downloadable sample project that reproduces the bug you're reporting, you will |
| 35 | +likely receive a faster response on your issue. |
0 commit comments