How to Link Firebase and google play on different accounts

Sanjay Y
1 min readApr 28, 2021

I am a newbie to Android World and Ads , hence wrriting this tlp anyone facing same issue , where we want to track Firebase inapp Purchase events . But by mistake we have created different Firebase account as well as different Google Play Console accounts.

Link Google Play and Firebase

So don’t Worry I am going to tell you step by step process to .So Google Analytics for Firebase does not track subscription based purchases on Android automatically. It does track subscription based purchases automatically on iOS.

The way to track subscription based purchases is to log a custom purchase event and provide the necessary required parameters. Please note that you need to link Firebase to Google Play.

Let’s say your Google Play Account is A and Firebase Account is B.

  1. Login to firebase via B. Go to Project Settings (Gear icon) -> Users and permissions. Add account A as owner. Verify the same via mail.
  2. Now switch user and login to firebase via A. Select the recently linked app. Go to Project Settings -> Integrations. You’ll be now seeing an option to link under Google Play. Go ahead and complete the step.

--

--