Firebase App check denied all queries for Firestore in Android
Following the tutorial
here but when firestore app check is enforced all queries come back as denied
W/FirebaseProfileService: GET FAILED WITH
com.google.firebase.firestore.FirebaseFirestoreException: PERMISSION_DENIED: Missing or insufficient permissions.
I have ran the app check in the main activity and it doesn't produce any errors.
fun appCheck(){...