Skip to content

Commit

Permalink
Use Play Integrity instead of SafetyNet
Browse files Browse the repository at this point in the history
SafetyNet is deprecated and RNFirebase now finally supports Play
Integrity, so we can switch to that as the app attestation provider.

Relates to: #80
  • Loading branch information
muffix committed Oct 6, 2023
1 parent 491afbc commit 919a322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ dependencies {
implementation platform('com.google.firebase:firebase-bom:31.1.1')

// Add the dependency for the App Check library
implementation 'com.google.firebase:firebase-appcheck-safetynet'
implementation 'com.google.firebase:firebase-appcheck-playintegrity'

debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")

Expand Down

0 comments on commit 919a322

Please sign in to comment.