File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 165
165
var isAnonymous = user . isAnonymous ;
166
166
var uid = user . uid ;
167
167
var providerData = user . providerData ;
168
- // [START_EXCLUDE silent ]
168
+ // [START_EXCLUDE]
169
169
document . getElementById ( 'quickstart-sign-in-status' ) . textContent = 'Signed in' ;
170
170
document . getElementById ( 'quickstart-sign-in' ) . textContent = 'Sign out' ;
171
171
document . getElementById ( 'quickstart-account-details' ) . textContent = JSON . stringify ( user , null , ' ' ) ;
175
175
// [END_EXCLUDE]
176
176
} else {
177
177
// User is signed out.
178
- // [START_EXCLUDE silent ]
178
+ // [START_EXCLUDE]
179
179
document . getElementById ( 'quickstart-sign-in-status' ) . textContent = 'Signed out' ;
180
180
document . getElementById ( 'quickstart-sign-in' ) . textContent = 'Sign in' ;
181
181
document . getElementById ( 'quickstart-account-details' ) . textContent = 'null' ;
You can’t perform that action at this time.
0 commit comments