File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,9 @@ for a more in-depth example, showcasing a Single Page Application mode.
195
195
<title >Sample FirebaseUI App</title >
196
196
<!-- *******************************************************************************************
197
197
* 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> *
199
201
***************************************************************************************** -->
200
202
<script src =" https://www.gstatic.com/firebasejs/ui/4.8.0/firebase-ui-auth.js" ></script >
201
203
<link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/4.8.0/firebase-ui-auth.css" />
You can’t perform that action at this time.
0 commit comments