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.
What feature would you like to see?
The
firebase_app_checkplugin is missing the feature to provide a debug token toproviderWebwhen activating the plugin. The same feature is available forproviderAndroidandproviderAppleviaAndroidDebugProviderandAppleDebugProviderrespectively.I would like to see a class probably
WebDebugProviderextending theWebProviderabstract class which we can pass to theproviderWebwith a debug token value.