Search code examples
androidfirebasefirebase-app-check

Why are apps unregistered in App Check (beta) of project settings of a firebase project?


App Check (beta) of project settings of a firebase project is showing apps as unregistered, but it is not showing how to solve it. I added my apps' package name and debug SHA-1 key in this project. I have also used Google authentication in my app. Now, how can I register my app?

enter image description here


Solution

  • This is because those apps are not currently set up for App Check. If you click on the field, it'll prompt you for one of several verification means of attestation. Setting this service up and implementing it within your app's source code will register the app within App Check.

    You can find the documentation for the respective attestations here