Skip to content

Commit dbceed4

Browse files
committed
Update debug token log message with persistent instructions
1 parent 230c8b7 commit dbceed4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app_check/src/desktop/debug_provider_desktop.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ void DebugAppCheckProvider::GetTokenInternal(
171171
"when you finish debugging.\n\n" +
172172
"Warning: This debug token is a secret and should not be shared or "
173173
"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" +
174178
"Debug Token Guide: "
175179
"https://firebase.google.com/docs/app-check/ios/debug-provider\n" +
176180
"Firebase CLI install instructions: "

0 commit comments

Comments
 (0)