Skip to content

Commit f830c1b

Browse files
committed
Move debug token regeneration note higher up in log message
1 parent dbceed4 commit f830c1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app_check/src/desktop/debug_provider_desktop.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,17 @@ void DebugAppCheckProvider::GetTokenInternal(
164164
"Or using the Firebase CLI: \n" +
165165
"firebase appcheck:debugtokens:create " + debug_token_ + " --app " +
166166
app_id + "\n\n" +
167+
"This debug token will regenerate every time the application is run.\n" +
168+
"For more persistent methods of setting the debug token, please review the \n" +
169+
"\"Debug & test providers\" section of the Firebase App Check documentation:\n" +
170+
"https://firebase.google.com/docs/app-check\n\n" +
167171
"Note: To keep your project secure, please revoke and delete this "
168172
"token using the \n" +
169173
"Firebase Console or the CLI (`firebase "
170174
"appcheck:debugtokens:delete`) "
171175
"when you finish debugging.\n\n" +
172176
"Warning: This debug token is a secret and should not be shared or "
173177
"uploaded to source code.\n\n" +
174-
"Note: This debug token will regenerate every time the application is run.\n" +
175-
"For more persistent methods of setting the debug token, please review the \n" +
176-
"\"Debug & test providers\" section of the Firebase App Check documentation:\n" +
177-
"https://firebase.google.com/docs/app-check\n\n" +
178178
"Debug Token Guide: "
179179
"https://firebase.google.com/docs/app-check/ios/debug-provider\n" +
180180
"Firebase CLI install instructions: "

0 commit comments

Comments
 (0)