File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
standard/firebase/firenotes/frontend
standard_python3/building-an-app/building-an-app-4/templates
standard_python37/building-an-app
building-an-app-3/templates
building-an-app-4/templates Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js "> </ script >
10
10
< script src ="https://www.gstatic.com/firebasejs/5.6.0/firebase-app.js "> </ script >
11
11
< script src ="https://www.gstatic.com/firebasejs/5.6.0/firebase-auth.js "> </ script >
12
- < script src ="https://cdn.firebase .com/libs/firebaseui/3.4.1/firebaseui .js "> </ script >
13
- < link type ="text/css " rel ="stylesheet " href ="https://cdn.firebase .com/libs/firebaseui/3.4.1/firebaseui .css ">
12
+ < script src ="https://www.gstatic .com/firebasejs/ui/4.5.0/firebase-ui-auth .js "> </ script >
13
+ < link type ="text/css " rel ="stylesheet " href ="https://www.gstatic .com/firebasejs/ui/4.5.0/firebase-ui-auth .css ">
14
14
< link rel ="stylesheet " type ="text/css " href ="style.css ">
15
15
< script src ="/main.js "> </ script >
16
16
< title > Firenotes</ title >
Original file line number Diff line number Diff line change 18
18
}
19
19
</ script >
20
20
<!-- [START gae_python38_auth_include_firebaseui] -->
21
- < script src ="https://cdn.firebase .com/libs/firebaseui/2.6.2/firebaseui .js "> </ script >
22
- < link type ="text/css " rel ="stylesheet " href ="https://cdn.firebase .com/libs/firebaseui/2.6.2/firebaseui .css ">
21
+ < script src ="https://www.gstatic .com/firebasejs/ui/4.5.0/firebase-ui-auth .js "> </ script >
22
+ < link type ="text/css " rel ="stylesheet " href ="https://www.gstatic .com/firebasejs/ui/4.5.0/firebase-ui-auth .css ">
23
23
<!-- [END gae_python38_auth_include_firebaseui] -->
24
24
< script src ="{{ url_for('static', filename='script.js') }} "> </ script >
25
25
< link type ="text/css " rel ="stylesheet " href ="{{ url_for('static', filename='style.css') }} ">
Original file line number Diff line number Diff line change 4
4
< title > Datastore and Firebase Auth Example</ title >
5
5
6
6
<!-- [START gae_python37_auth_include_firebaseui] -->
7
- < script src ="https://cdn.firebase .com/libs/firebaseui /4.5.0/firebaseui .js "> </ script >
8
- < link type ="text/css " rel ="stylesheet " href ="https://cdn.firebase .com/libs/firebaseui /4.5.0/firebaseui .css ">
7
+ < script src ="https://www.gstatic .com/firebasejs/ui /4.5.0/firebase-ui-auth .js "> </ script >
8
+ < link type ="text/css " rel ="stylesheet " href ="https://www.gstatic .com/firebasejs/ui /4.5.0/firebase-ui-auth .css ">
9
9
<!-- [END gae_python37_auth_include_firebaseui] -->
10
10
11
11
< script src ="{{ url_for('static', filename='script.js') }} "> </ script >
Original file line number Diff line number Diff line change 4
4
< title > Datastore and Firebase Auth Example</ title >
5
5
6
6
<!-- [START gae_python37_auth_include_firebaseui] -->
7
- < script src ="https://cdn.firebase .com/libs/firebaseui /4.5.0/firebaseui .js "> </ script >
8
- < link type ="text/css " rel ="stylesheet " href ="https://cdn.firebase .com/libs/firebaseui /4.5.0/firebaseui .css ">
7
+ < script src ="https://www.gstatic .com/firebasejs/ui /4.5.0/firebase-ui-auth .js "> </ script >
8
+ < link type ="text/css " rel ="stylesheet " href ="https://www.gstatic .com/firebasejs/ui /4.5.0/firebase-ui-auth .css ">
9
9
<!-- [END gae_python37_auth_include_firebaseui] -->
10
10
11
11
< script src ="{{ url_for('static', filename='script.js') }} "> </ script >
You can’t perform that action at this time.
0 commit comments