Skip to content

Commit 1cbd33f

Browse files
Use live/ URLs instead of fully qualified URLs
Change-Id: If923f1f897be586aff8b93815babfe4bbdc3aaef
1 parent e226037 commit 1cbd33f

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
@@ -31,8 +31,8 @@ You just need to include the following code in the `<head>` tag of your page:
3131
```html
3232
<script src="https://www.gstatic.com/firebasejs/live/3.0/firebase-app.js"></script>
3333
<script src="https://www.gstatic.com/firebasejs/live/3.0/firebase-auth.js"></script>
34-
<script src="https://www.gstatic.com/firebasejs/ui/0.4.0/firebase-ui-auth.js"></script>
35-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/0.4.0/firebase-ui-auth.css" />
34+
<script src="https://www.gstatic.com/firebasejs/ui/live/0.4/firebase-ui-auth.js"></script>
35+
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/live/0.4/firebase-ui-auth.css" />
3636
```
3737

3838
## Using FirebaseUI for Authentication

0 commit comments

Comments
 (0)