File tree 4 files changed +202
-229
lines changed
packages/firebase-app-check
4 files changed +202
-229
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ export class AppCheck implements IAppCheck {
130
130
if ( customProvider ) {
131
131
this . native . installAppCheckProviderFactory ( customProvider . native ) ;
132
132
} else {
133
- this . native . installAppCheckProviderFactory ( com . google . firebase . appcheck . safetynet . SafetyNetAppCheckProviderFactory . getInstance ( ) ) ;
133
+ this . native . installAppCheckProviderFactory ( com . google . firebase . appcheck . playintegrity . PlayIntegrityAppCheckProviderFactory . getInstance ( ) ) ;
134
134
}
135
135
}
136
136
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- def computeFirebaseBomVersion = { -> project. hasProperty(" firebaseBomVersion" ) ? firebaseBomVersion : " 32.2.2" }
3
- implementation platform(" com.google.firebase:firebase-bom:${ computeFirebaseBomVersion} " )
4
- implementation " com.google.firebase:firebase-appcheck-ktx"
5
- implementation ' com.google.firebase:firebase-appcheck-safetynet'
2
+ def computeFirebaseBomVersion = { -> project. hasProperty(" firebaseBomVersion" ) ? firebaseBomVersion : " 32.3.1" }
3
+ implementation platform(" com.google.firebase:firebase-bom:${ computeFirebaseBomVersion} " )
4
+ implementation ' com.google.firebase:firebase-appcheck-playintegrity'
6
5
}
You can’t perform that action at this time.
0 commit comments