Skip to content

Commit 749e36d

Browse files
kmcnellisbojeil-google
authored andcommitted
Update the cdn link to use gstatic (#640)
cdn.firebase.com is old - we should be pointing at the new gstatic service
1 parent ca8a729 commit 749e36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ You just need to include the following script and CSS file in the `<head>` tag
6060
of your page, below the initialization snippet from the Firebase Console:
6161

6262
```html
63-
<script src="https://cdn.firebase.com/libs/firebaseui/4.2.0/firebaseui.js"></script>
64-
<link type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/4.2.0/firebaseui.css" />
63+
<script src="https://www.gstatic.com/firebasejs/ui/4.2.0/firebase-ui-auth.js"></script>
64+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.2.0/firebase-ui-auth.css" />
6565
```
6666

6767
#### Localized Widget

0 commit comments

Comments
 (0)