Reputation: 3809
I want to integrate a Google Play Account to Firebase. In our company only my boss has owner priviledge for the google play account. The account used for firebase and other tools like adsense has administrator priviledges.
Is it possible to integrate the google play account to firebase in this setup? How would I do this?
Upvotes: 22
Views: 8244
Reputation: 735
Let's say your Google Play Account is A and Firebase Account is B.
Upvotes: 29
Reputation: 89
To link your Firebase project to Google Play:
Note: Upon linking, each of your Android apps that exists within Google Play will have its production signing certificate SHA1 imported. You will see this in your Project Settings.
Upvotes: 2
Reputation: 7032
What you can do is add your boss as an owner of the firebase project, link the accounts using your bosses account and then remove it from the firebase project. This seems to work for me.
Upvotes: 10