Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't link admob with firebase iOS/Android project

I have two accounts: "A" and "B": A is main account that hosts iOS/Android unity mobile game on Firebase. B is using for admob integrated to iOS/Android mobile game.

I'm getting error when trying to link admob analytics to the Firebase project.

I shared firebase project with B by granting permissions as "owner". So account B currently has all access to Firebase mobile app game.

When I'm trying to link admob with Firebase in "App settings" next error appears:

Can't link to this Firebase project. Make sure you have sufficient permissions and try again.

enter image description here

How to solve the problem above?

like image 204
Serge Avatar asked Mar 21 '20 19:03

Serge


1 Answers

If you already have the right permissions on the Firebase side, could you please check to see if you have the right permissions on the Google Analytics side?

1) From the Google Analytics home page of the GA Property that is linked to the Firebase project, click Admin in the lower-left corner.

Google Analytics Admin

2) Click "Property User Management"

3) Add/update users, such that their permissions include "Edit"

like image 184
zilla Avatar answered Oct 31 '22 06:10

zilla