@@ -14,22 +14,33 @@ Once you've read this section and determined that your issue is appropriate for
14
14
15
15
### [ REQUIRED] Please fill in the following fields:
16
16
17
- * Which Firebase Sample : ____ _ (Auth, Database, etc.)
17
+ * Unity editor version : ____ _
18
18
* Firebase Unity SDK version: ____ _
19
+ * Source you installed the SDK: ____ _ (.unitypackage or Unity Package Manager)
20
+ * Problematic Firebase Component: ____ _ (Auth, Database, etc.)
21
+ * Other Firebase Components in use: ____ _ (Auth, Database, etc.)
19
22
* Additional SDKs you are using: ____ _ (Facebook, AdMob, etc.)
20
- * Platform you are using the SDK on: ____ _ (Mac, Windows, or Linux)
23
+ * Platform you are using the Unity editor on: ____ _ (Mac, Windows, or Linux)
21
24
* Platform you are targeting: ____ _ (iOS, Android, and/or desktop)
25
+ * Scripting Runtime: ____ _ (Mono, and/or IL2CPP)
22
26
23
27
### [ REQUIRED] Please describe the issue here:
24
28
25
- (Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.)
29
+ (Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)
26
30
27
31
#### Steps to reproduce:
28
32
33
+ Have you been able to reproduce this issue with just the Firebase Unity quickstarts (this GitHub project)?
29
34
What's the issue repro rate? (eg 100%, 1/5 etc)
30
35
31
36
What happened? How can we make the problem occur?
32
37
This could be a description, log/console output, etc.
33
38
34
39
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.
40
+ likely receive a faster response on your issue.
41
+
42
+ #### Relevant Code:
43
+
44
+ ```
45
+ // TODO(you): code here to reproduce the problem
46
+ ```
0 commit comments