Skip to content

Commit fbcdef1

Browse files
andrewsgleahecolebusunkim96
authored
Update Firebase UI Web version and host (#2796)
Co-authored-by: Leah E. Cole <[email protected]> Co-authored-by: Bu Sun Kim <[email protected]>
1 parent 48f7af7 commit fbcdef1

File tree

1 file changed

+2
-2
lines changed
  • appengine/standard_python37/building-an-app/building-an-app-3/templates

1 file changed

+2
-2
lines changed

appengine/standard_python37/building-an-app/building-an-app-3/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
}
1919
</script>
2020
<!-- [START gae_python37_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.4.0/firebase-ui-auth.js"></script>
22+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.4.0/firebase-ui-auth.css" />
2323
<!-- [END gae_python37_auth_include_firebaseui] -->
2424
<script src="{{ url_for('static', filename='script.js') }}"></script>
2525
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">

0 commit comments

Comments
 (0)