File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,26 +26,27 @@ Are you in the right place?
26
26
- Browser version: ** \_ **
27
27
- Firebase UI version: ** \_ **
28
28
- Firebase SDK version: ** \_ **
29
+ - Package name: ** \_ **
29
30
30
31
<!-- Step 3 -->
31
32
32
33
### [ REQUIRED] Describe the problem
33
34
34
- #### Steps to reproduce:
35
+ #### Steps to reproduce
35
36
36
37
<!--
37
38
What happened? How can we make the problem occur?
38
39
This could be a description, log/console output, etc.
39
40
-->
40
41
41
- #### Relevant Code:
42
+ #### Relevant Code
42
43
43
44
<!--
44
45
Reproduce the issue on StackBlitz and provide your forked URL
45
46
or give us some sample code below
46
47
-->
47
48
48
- https://stackblitz.com/fork/firebase-issue-sandbox
49
+ < https://stackblitz.com/fork/firebase-issue-sandbox >
49
50
50
51
``` javascript
51
52
// TODO(you): code here to reproduce the problem
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - **
7
7
pull_request :
8
8
branches :
9
9
- " **"
You can’t perform that action at this time.
0 commit comments