-
Hi, In the docs, there is only mention of safetyNet for AppCheck, but nothing about Play Integrity which seems to be the new way of Google to verify the authenticity of an app and they plan on deprecating SafetyNet. Is there any plan to include Play Integrity in the future? Bonus question: will Play Integrity work on huawei devices or anything that does not have google play services? :/ |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 21 replies
-
I can't see how that would ever work without Google Play Services (it seems to be deeply linked even down to the legalese? https://developer.android.com/google/play/integrity/terms#data-safety) Anyway, I can see they added that about 2 months ago - https://firebase.google.com/support/release-notes/android#appcheck_v16-0-0, I haven't had a chance to wrap it up and expose it here and likely won't for a few more months. In the meantime if it's needed for your use cases I'll happily help merge a PR |
Beta Was this translation helpful? Give feedback.
-
Hello, I wanted to ask if there's any new update about the subject, ie. is it planned to replace SafetyNet or add Play integrity tin the future ? |
Beta Was this translation helpful? Give feedback.
-
is there any update on this issue, i am still not able to fetch app check token from react native android application |
Beta Was this translation helpful? Give feedback.
-
Android Play Integrity support has been released with react-native-firebase v17! |
Beta Was this translation helpful? Give feedback.
-
Hi Mike, With this change phone auth should work with the 'Play Integrity API' ? right ? |
Beta Was this translation helpful? Give feedback.
-
i’m still get stuck to get play intergrity token from our app on play store
:((. ẽchang always be failed
Vào Th 7, 25 thg 3, 2023 lúc 20:07 Mike Hardy ***@***.***> đã
viết:
… They are related but separate. It appears that phone auth may still
require the device check API in order to avoid recaptcha - I apologies I
don't have a moment to look right now but I *know* stackoverflow has a
question on it related to this exact thing with steps to take including how
to apply to get renewed access to the device check API for phone auth
recaptcha avoidance. I think someone has put it in a related issue here as
well. If you find it and paste the link here it would be a service
—
Reply to this email directly, view it on GitHub
<#6345 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGFHZUWIA4RVZNNYMGKSWWDW53U2LANCNFSM5Z6DDR4A>
.
You are receiving this because you commented.Message ID:
<invertase/react-native-firebase/repo-discussions/6345/comments/5426582@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Great, thanks for the update.
Vào Th 5, 6 thg 4, 2023 lúc 05:06 Mike Hardy ***@***.***> đã
viết:
… firebase-android-sdk BoM 31.4.0 supports play integrity as the default
method for phone auth, I'm working on a PR for that now and will release it
shortly
—
Reply to this email directly, view it on GitHub
<#6345 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGFHZUTXHGYZ64MYDX66QD3W7XUG3ANCNFSM5Z6DDR4A>
.
You are receiving this because you commented.Message ID:
<invertase/react-native-firebase/repo-discussions/6345/comments/5537319@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi, previously used version current version app check code **let rnfbProvider = firebase
issue: in real device auth working with browser recaptcha flow.. but previously otp sms format was currect in release version.. but now otp contains firebase project url in release version.. My previous app version is still working fine for otp auth...so I tried to revert above package versions.. but no luck..same issue... |
Beta Was this translation helpful? Give feedback.
-
Hi, I face issue implementing Play Integrity App check in bare react native project. I added this in app.tsx file. const appCheckFunction = async () => {
}; appCheckFunction(); added deps in app/build.gradle file. google-service.json file is included. But still it gives error on this line Any help would be grateful. |
Beta Was this translation helpful? Give feedback.
Android Play Integrity support has been released with react-native-firebase v17!