File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ### [ READ] Step 1: Are you in the right place?
11
+
12
+ * For issues related to __ the code in this repository__ file a Github issue.
13
+ * For general technical questions, post a question on [ StackOverflow] ( http://stackoverflow.com/ )
14
+ with the firebase 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
+ ### [ REQUIRED] Step 2: Describe your environment
22
+
23
+ * Operating System version: ____ _
24
+ * Firebase SDK version: ____ _
25
+ * Firebase Product: ____ _ (auth, database, storage, etc)
26
+ * .NET version: ____ _
27
+ * OS: ____ _
28
+
29
+ ### [ REQUIRED] Step 3: Describe the problem
30
+
31
+ #### Steps to reproduce:
32
+
33
+ What happened? How can we make the problem occur?
34
+ This could be a description, log/console output, etc.
35
+
36
+ #### Relevant Code:
37
+
38
+ ```
39
+ // TODO(you): code here to reproduce the problem
40
+ ```
You can’t perform that action at this time.
0 commit comments