Issue Linking to Google Play in Firebase App Distribution

Viewed 596

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".

enter image description here

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.

1 Answers

Despite being the project's owner, firebase won't allow you to link it to google play. You have to give yourself an administrator role by going under users and permissions tab and click in your user's role. Next you can assign yourself as administrator. There you go, now you can link your project to google play.

Related