Open
Description
Description
- When configuring AppCheck to use Debug Token from Environment variable
FIRAAppCheckDebugToken
, indicate that this is in use (currentDebugToken
), instead of the generated Debug Token (localDebugToken
) - Currently Firebase SDK outputs the
localDebugToken
, but doesn't indicate whether it is in use or the one passed via environment variable. - Add logging statement to indicate that
currentDebugToken
is in use. DONT output the token, as that can be seen as security issue, as also commented in the code. See:
API Proposal
No response
Firebase Product(s)
App Check