In one of our projects, we encountered an issue with device check where we discovered that the provider we were receiving was "device_check_app_attest." However, in another project where device check is functioning correctly, the provider appears as "device_check_device_identification."
The project details were device_check is not working is angular version 13.4.0, @capacitor-firebase/app-check": "^5.1.0"
While we investigate the JWT response was like this "provider": "device_check_app_attest",
NOTE: We are using same firebase collection for both the projects