File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
-
1
+ fixed - Localized underlying Firebase Auth instance when FirebaseUI-web is localized.
2
+ fixed - Enforced https scheme in background CSS images.
3
+ fixed - Added empty alt attribute to IdP buttons.
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< title > FirebaseUI Auth Demo</ title >
6
6
< link rel ="manifest " href ="manifest.json ">
7
- < script src ="https://www.gstatic.com/firebasejs/live/4.1 /firebase.js "> </ script >
7
+ < script src ="https://www.gstatic.com/firebasejs/live/4.3 /firebase.js "> </ script >
8
8
< script src ="config.js "> </ script >
9
9
< script src ="common.js "> </ script >
10
10
< link href ="style.css " rel ="stylesheet " type ="text/css " media ="screen " />
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< title > FirebaseUI Auth Demo</ title >
6
- < script src ="https://www.gstatic.com/firebasejs/live/4.1 /firebase.js "> </ script >
6
+ < script src ="https://www.gstatic.com/firebasejs/live/4.3 /firebase.js "> </ script >
7
7
< script src ="config.js "> </ script >
8
8
< script src ="common.js "> </ script >
9
9
< script src ="dist/firebaseui.js "> </ script >
Original file line number Diff line number Diff line change 51
51
"streamqueue" : " ^1.1.1"
52
52
},
53
53
"dependencies" : {
54
- "firebase" : " ^4.1.2 "
54
+ "firebase" : " ^4.3.1 "
55
55
}
56
56
}
You can’t perform that action at this time.
0 commit comments