Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fbcdef1

Browse filesBrowse files
andrewsgleahecolebusunkim96
authored
Update Firebase UI Web version and host (GoogleCloudPlatform#2796)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
1 parent 48f7af7 commit fbcdef1
Copy full SHA for fbcdef1

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
  • appengine/standard_python37/building-an-app/building-an-app-3/templates
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: appengine/standard_python37/building-an-app/building-an-app-3/templates/index.html
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.