Parcourir la source

Revert "Add note on debug token in docs (#9639)" (#9643)

This reverts commit ac7795c679f78f04486847744ce6d6470158aa75.
Nick Cooke il y a 4 ans
Parent
commit
2631ca6e84

+ 0 - 1
FirebaseAppCheck/CHANGELOG.md

@@ -1,5 +1,4 @@
 # v9.0.0 -- M115
-- [fixed] Improved documentation for retrieving an existing debug token. (#9547)
 - [added] **Breaking change:** `FirebaseAppCheck` has exited beta and is now
   generally available for use.
 

+ 0 - 7
FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheckDebugProvider.h

@@ -45,13 +45,6 @@ NS_ASSUME_NONNULL_BEGIN
 /// '3BA09C8C-8A0D-4030-ACD5-B96D99DB73F9'".
 /// 4. Register the debug token in the Firebase console.
 ///
-/// NOTE: A local debug token is only logged to the console when it is first
-/// created. After its creation, it is cached in local storage and not logged
-/// in future application runs. To inspect the debug token after it has been
-/// created, inspect the result of `AppCheckDebugProvider`'s
-/// `localDebugToken` API, or re-install the app and look for a log with the
-/// debug token on the application's first run.
-///
 /// Once the debug token is registered the debug provider will be able to provide a valid Firebase
 /// App Check token.
 ///