File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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: "
You can’t perform that action at this time.
0 commit comments