I'm attempting to distribute an Android app bundle via Firebase App Distribution. I'm following the docs here: https://support.google.com/firebase/answer/6392038?authuser=1
I seem to be getting stuck on the "How to Link" section, however, as the Google Play Integration card is telling me "Required Permissions Missing".
I believe I meet the prerequisites to link:
- I am logged in as an Owner in both Firebase and Google Play.
- The app is registered with both Firebase and my Google Play developer account.
- The app in Google Play and Firebase share the same package name.
- The app is published in Production in the Play Store.
Not sure what else is required, or if I'm missing something. Any help would be appreciated.