You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate Firebase App Check Module using Play Integrity to verify whether the app is downloaded from the Play Store and runs on a secure device.
The Firebase App Check module should use androidProvider with the value AndroidProvider.playIntegrity to enable Play Integrity as the provider.
For the End user:
Create an action checkIntegrity to activate Firebase App Check with Play Integrity.
Outcome:
The end outcome is that I should be able to use checkIntegrity action in my home screen onLoad and upon the response of integrity I should be able to do any trigger any action.
The text was updated successfully, but these errors were encountered:
Customer Requirements:
androidProvider
with the valueAndroidProvider.playIntegrity
to enable Play Integrity as the provider.For the End user:
checkIntegrity
to activate Firebase App Check with Play Integrity.Outcome:
The end outcome is that I should be able to use
checkIntegrity
action in my home screenonLoad
and upon the response of integrity I should be able to do any trigger any action.The text was updated successfully, but these errors were encountered: