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