Skip to content

Commit 0d41713

Browse files
authored
Add dependency to HTML (GoogleCloudPlatform#6552)
## Description Fixes #<ISSUE-NUMBER> Note: It's a good idea to open an issue first for discussion. ## Checklist - [ ] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md) - [ ] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#readme-file) - [ ] **Tests** pass: `nox -s py-3.6` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup)) - [ ] **Lint** pass: `nox -s lint` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup)) - [ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones) - [ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones) - [ ] Please **merge** this PR for me once it is approved. - [ ] This sample adds a new sample directory, and I updated the [CODEOWNERS file](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/.github/CODEOWNERS) with the codeowners for this sample
1 parent e2be97c commit 0d41713

File tree

1 file changed

+1
-0
lines changed
  • appengine/standard_python3/building-an-app/building-an-app-3/templates

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
alert(msg);
3636
}
3737
</script>
38+
<script src="https://www.gstatic.com/firebasejs/8.9.1/firebase-auth.js"></script>
3839
<!-- [START gae_python38_auth_include_firebaseui] -->
3940
<!-- [START gae_python3_auth_include_firebaseui] -->
4041
<script src="https://www.gstatic.com/firebasejs/ui/4.4.0/firebase-ui-auth.js"></script>

0 commit comments

Comments
 (0)