Can't link admob with firebase iOS/Android project

夙愿已清 提交于 2020-05-25 05:20:21

问题


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.

How to solve the problem above?


回答1:


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.

2) Click "Property User Management"

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




回答2:


Looks like you have to use the same email address that created the Firebase project. Despite what the documentation says, you can't just grant "Owner" to another account. I had the same problem; creating a new Firebase project using the same address in AdMob allowed me to link the two.

In case it's useful, here's the forum I found: https://support.google.com/admob/thread/12976824?hl=en

In this case the pub can reach out to the Firebase support - https://firebase.google.com/support?category=troubleshooting&hl=en This may also happen due to the complexity of Firebase. Firebase can only be linked with the first email id that was used to create it. For example if the company has 2 employees and Firebase was created using the id of Emp1 then Emp2 cannot use his email id or company email id to relink Firebase (in the absence of Emp1).



来源:https://stackoverflow.com/questions/60792149/cant-link-admob-with-firebase-ios-android-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!