1
1
<!--
2
2
3
+ IMPORTANT! YOU MUST FOLLOW THESE INSTRUCTIONS OR YOUR ISSUE WILL BE CLOSED.
4
+
3
5
Thank you for contributing to the Firebase community!
4
6
5
7
Have a usage question?
@@ -24,10 +26,9 @@ Think you found a bug?
24
26
Yeah, we're definitely not perfect! Please use the bug report template below and include a minimal
25
27
repro when opening the issue.
26
28
27
-
28
29
Have a feature request?
29
30
========================
30
- Great, we love hearing how we can improve our products! Just remove the template below and
31
+ Great, we love hearing how we can improve our products! Remove the template below and
31
32
provide an explanation of your feature request. Provide code samples if applicable. Try to
32
33
think about what it will allow you to do that you can't do today? How will it make current
33
34
workarounds straightforward? What potential bugs and edge cases does it help to avoid?
@@ -46,13 +47,25 @@ be fixed in the latest versions. -->
46
47
47
48
** AngularFire:**
48
49
49
- ** Other (e.g. Node, browser, operating system) (if applicable):**
50
+ ** Other (e.g. Ionic/Cordova, Node, browser, operating system):**
51
+
52
+ ### How to reproduce these conditions
50
53
51
- ### Test case
54
+ ** Failing test unit, Plunkr, or JSFiddle demonstrating the problem **
52
55
53
- <!-- Provide a failing test unit, or create a minimal, complete, and
56
+ <!--
57
+ Provide a failing test unit, or create a minimal, complete, and
54
58
verifiable example (http://stackoverflow.com/help/mcve) using either
55
- Plunker (http://plnkr.co/) or JSFiddle (https://jsfiddle.net/). -->
59
+ Plunker (http://plnkr.co/) or JSFiddle (https://jsfiddle.net/).
60
+ -->
61
+
62
+ ** Steps to set up and reproduce**
63
+
64
+ <!-- detailed instructions to run your minimal repro or to recreate the environment -->
65
+
66
+ ** Sample data and security rules**
67
+
68
+ <-- include/attach/link to some json sample data (or provide credentials to a sanitized, test Firebase project) -->
56
69
57
70
### Debug output
58
71
@@ -62,16 +75,10 @@ Plunker (http://plnkr.co/) or JSFiddle (https://jsfiddle.net/). -->
62
75
63
76
** Screenshots **
64
77
65
- ### Steps to reproduce
66
-
67
- <!-- Provide the steps needed to reproduce the issue given the above test case. -->
68
-
69
-
70
78
### Expected behavior
71
79
72
80
<!-- What is the expected behavior? -->
73
81
74
-
75
82
### Actual behavior
76
83
77
- <!-- What is the actual behavior? -->
84
+ <!-- What is the actual behavior? -->
0 commit comments