Skip to content

Commit fb863cc

Browse files
Update README.md (#834)
Include instructions on adding firebase-auth SDK CDN along with the initialization snippet.
1 parent 1a8f9e5 commit fb863cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ for a more in-depth example, showcasing a Single Page Application mode.
195195
<title>Sample FirebaseUI App</title>
196196
<!-- *******************************************************************************************
197197
* TODO(DEVELOPER): Paste the initialization snippet from:
198-
* Firebase Console > Overview > Add Firebase to your web app. *
198+
* Firebase Console > Overview > Add Firebase to your web app.
199+
* In addition, include the firebase-auth SDK:
200+
* <script src="https://www.gstatic.com/firebasejs/[FIREBASE VERSION USED IN SNIPPET]/firebase-auth.js"></script> *
199201
***************************************************************************************** -->
200202
<script src="https://www.gstatic.com/firebasejs/ui/4.8.0/firebase-ui-auth.js"></script>
201203
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.8.0/firebase-ui-auth.css" />

0 commit comments

Comments
 (0)