Skip to content

Commit 5298a8b

Browse files
author
Thomas Cesare-Herriau
committed
Updated FirebaseUI links to point to the new production targets
Change-Id: I7b0a9a3fa23ed13d72554593171cf043c9d7f4d1
1 parent 8d969bb commit 5298a8b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 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/live/3.0/ui/firebase-ui-auth.js"></script>
35-
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/live/3.0/ui/firebase-ui-auth.css" />
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" />
3636
```
3737

3838
## Using FirebaseUI for Authentication
@@ -218,7 +218,8 @@ Currently only one callback is supported. Some will be added soon to monitor UI
218218

219219
- `currentUser`: The logged in user.
220220
- `credential`: Optional. The credential used to sign in the user.
221-
- `redirectUrl`: Optional. The URL where the user is redirected after the callback finishes. It will only be given if you [overwrite the sign-in success URL](#overwriting-the-sign-in-success-url).
221+
- `redirectUrl`: Optional. The URL where the user is redirected after the callback finishes. It will
222+
only be given if you [overwrite the sign-in success URL](#overwriting-the-sign-in-success-url).
222223

223224
If the callback returns true, then the page is automatically redirected depending on the case:
224225

0 commit comments

Comments
 (0)