What feature would you like to see?
The firebase_app_check plugin is missing the feature to provide a debug token to providerWeb when activating the plugin. The same feature is available for providerAndroid and providerApple via AndroidDebugProvider and AppleDebugProvider respectively.
I would like to see a class probably WebDebugProvider extending the WebProvider abstract class which we can pass to the providerWeb with a debug token value.