Closed markuswahl-2 closed 2 months ago
Hello @markuswahl-2, thanks for this detailed post. We are still bridging the API to SafetyNet since some people are still using it. We will remove this API a couple of months before the official shutdown of SafetyNet. On your side, you don't need to do anything different if you have already migrated to Play Integrity. I see that you mentioned
We have migrated to App Check in our app
AppCheck can use both SafetyNet and Play Integrity so be sure that you are actually using Play Integrity. We will totally remove Safety net before the shutdown and if you are not using it, you shouldn't see any downtime on your side.
I hope this clarifies it, feel free to respond if you have any more questions.
Is there an existing issue for this?
Which plugins are affected?
App Check
Which platforms are affected?
Android
Description
The dependencies section of that file has the following lines:
The consequence is that we get a warning for our app in https://play.google.com/console. The warning is:
We have migrated to
App Check
in our app but still get this warning becausefirebase_app_check
relies onsafetynet
, that is what we think anyway. Could you confirm this please? Do we need to undertake further action or will there be a release offirebase_app_check
before this warning will turn out to be a problem for us? Is there a plan to release a version offirebase_app_check
withoutsafetynet
?I found this issue (https://github.com/firebase/flutterfire/issues/12423) but the
wontfix
-resolution from https://github.com/Lyokone leaves much to be answered:https://developer.android.com/privacy-and-security/safetynet/deprecation-timeline tells us that our app will receive an error after End of January 2025. Lyonoke tells us that SafetyNet will not be removed until the end of support.
How long is the period between the release of a version of
firebase_app_check
withoutsafetynet
and the end of support?How long is the period between the release of a version of
firebase_app_check
withoutsafetynet
and the appearance of the error in our app?Reproducing the issue
Releasing of app in google play store...
Firebase Core version
3.2.0
Flutter Version
3.22.3
Relevant Log Output
No response
Flutter dependencies
No response
Additional context and comments
No response