Description
What feature would you like to see?
I would like to be able to set a debug token on the AppCheck Debug Provider either directly, or indirectly with an environment variable, in the same manner the iOS SDK affords (https://firebase.google.com/docs/app-check/ios/debug-provider).
It would be nice if both platforms had the same degree of flexibility.
How would you use it?
I would use it a few ways:
-
For testing, I would just be able to set a value in CI and I wouldn't have to wrap tests in blocks executed by the DebugAppCheckTestHelper class.
-
I would create and rotate a known set of debug tokens in my firebase projects for my internal releases of my application and allow developers to set this value in their local builds so that manual token management via log output and the firebase console would be avoided.