Firebase Analytics - permission issue - google-analytics

I have some permission issue in firebase analytics. When I go to Analytics => Events => Modify Events => choose android or iOS, I get error that "You do not have permission to access these settings" and when I click on "View more in Google Analytics" I am getting error that "Missing permissions - You do not have access to the account, property or view. Contact an Analytics administrator who has the Manage Users permission." Screenshot for both error attached. Google Analytics Error Modify Event Error. I have owner and admin access in both firebase and Google Analytics account.
This issue may be due to multiple firebase and google analytics account. But I don't know how can I check and fix this.

You can't create custom events on Firebase console. Create through you code and customs events will appear in dashboard. Sometimes it takes time to reflect your data maybe 2 hours or less

You need to add the user you want to have permission to edit/add the Analytics => Events => Modify Events in https://analytics.google.com/analytics/web/ in the analytics project linked to Firebase. The user should be granted Editor access.

Related

Google analytics with firebase not showing

I have firebase analytics for my app, works perfectly on the firebase site.
But when I clicked on View more in Google Analytics, it is giving me an error.
You do not have access to the account, property, or view. Contact an Analytics administrator who has the Manage Users permission.
And I checked the integration in firebase project settings it says it is linked.
I see the Property ID there, but I can't find this Property ID in Google analytics...
I tried giving permission to Google Analytics property to the firebase-service-account and firebase-admin-SDK, I gave them an Analyst Role, but yet to be working.
when I create a new project for the same account it's linked easily.
What can I do??
You need to have at least an Editor role to the Google Analytics account/property, since your Analytics data now resides in the Google Analytics property, and not within the Firebase project. That's why you need to have matching user permissions in both Firebase and Google Analytics. You can use this troubleshooter to reach out to Google Analytics team and check how you can get access to the connected GA account in your Firebase project. You can check the GA account and GA property connected to your Firebase project in the Firebase Project Settings > Integrations tab> Google Analytics card.

Unable to enable google analytics for bigquery linking in firebase

I have an android app which has firebase analytics enabled. I am able to see events in firebase console. Now I want to connect it with big query. As I am using a team account for firebase, asked admin to give me owner access in firebase and editor access in connected google analytics account. After getting both access I tried to connect big query in firebase but it was not allowing me to select Google Analytics option while creating link. When I hover over that option it is showing message as "You need to be an Editor on the Google Analytics account linked to your project to modify BigQuery export". I am not sure what changes am I supposed to do to enable this and create a big query connection. Please help.
While you have the permissions in firebase you need to have Editor access to the Google Analytics Account as well in order to perform the connection. It is important that permission is given on the Account Level and not on the data view level.

Creating Google Firebase admin for developer use

I would like to assign myself as an admin to a client's Google Firebase account. I am creating a small website and need need access to his Google Firebase. Thus far, I have been using his UN and PW to login to his account.
Is there any way to assign myself as an admin on his Google Firebase account?
You can add collaborators to your Firebase project, from the Users and Permissions panel in the Firebase console. Here's an example from a project I'm working on:
Each user has a role in there, which controls precisely what they're allowed to do. The Owner is one of the broadest roles, and means the user has full access to the project.

How to create teams in firebase crashlytics after migration from fabric?

I have migrated from fabric to firebase by connecting apps via console but I am not getting crash report emails from firebase. I added different users from "Users and Permissions" as suggested here. But I am still not getting email notifications on crash. I tried creating custom role from google cloud console but I am not able to see that in my firebase console. Only case where I am getting mails is when I am adding new user as "Owner" which I think is not right because it would mean I should give full access to all team members. Has anyone faced such issue before?
P.S.: Crashes are logged in console but I am not getting email notifications on crash.
You can configure your email preferences from Alert Settings under the alert icon on the top left of the console. What does this window look like in your firebase console?
Next you need to have at least view permissions on the project to receive e-mail notification. Project owners and editors get email alerts by default. More information on this can be found here.

app_remove event in Firebase

I am using Firebase Analytics for my Xamarin Forms mobile app. The Firebase documentation says it can track the event "app_remove" . But I cant find that in firebase events dashboard .
Can someone help !
On iOS, when the app is removed by users, users can't go back to the app so that Firebase Analytics can log the app_remove event. In addition, the process is already terminated and there is no way to upload that event even if Analytics can log it. It's nearly impossible to log app_remove events on iOS.
For Android app, please note that the app should be linked to Google Play to report app_remove event on Firebase.

Resources