Firebase: app_remove event counts : before or after first open? - firebase

We are tracking app data with Firebase analytics. We are tracking first-open and app-remove on weekly basis. Does Firebase "app_remove" counts the users only who first-open and removes the app ? or It counts all app_removals after installation(regardless of the whether the user has opened the app or not?)

Related

Revenue Cat firebase integration events need to don't track sandbox purchases

Revenue cat firebase integration events need to don't track sandbox purchases. I tried to disable in firebase extension Test events tracking, but still getting events with environment SANDBOX. How can i disable sandbox purchase tracking to firebase?

Firebase: Analytics events are not always exporting to BigQuery

I have an iOS which I have implemented analytics on - I have created events for each time the screen of the app is changed.
When I view Analytics in Firebase Console I can see that they have been picked up and registered.
This issue comes when then trying to use BigQuery.
I used the app on 25/2/22, the events appeared in Firebase Console and then in BigQuery.
However, I then used the app on 1/3/22, the events have appeared in Firebase Console but not in BigQuery.
My question is how do I make sure that the data collected that I can see in Firebase Control is transferred to BigQuery so that I can query the data?

How Does Firebase Analytics Define Active User?

This question is for basic Firebase Analytics integration where a dependency is added and nothing else.
How does Firebase Analytics define Active User - does Firebase Analytics count active users as: foreground users as in users who actually opened the app OR background as well (for example if app has background process that runs daily without UI)?
An active user has engaged with an app in the device foreground, and has logged a user_engagement event.
The documentation is here:
https://support.google.com/firebase/answer/6317517#active-users

Share Audiences data from Analytics to Notifications #AskFirebase

I'm trying to send a notification (from a new firebase console) to the particular audience. But when I select Audience in the target dropbox I got this message. The same message when I'm trying to set Conversion events.
Audience data isn’t currently being shared from Analytics
The message doesn't appear while selecting Language or Version.
How to share Audience data from Analytics to Notifications?
You need to log in your firebase console and go in your settings.
Then click on Analytics and you should have the screen below that let you managed how your audiences are shared between firebase products.

Do I need create tables manually in Google BigQuery to view the raw event data from Firebase?

I had created a android App with Google Firebase supported and linked to the BigQuery yesterday.
Today I've seen the event report on the Firebase Console, but after I clicked the View button in the Event page like the image below
I saw none table in the BigQuery page and got a warning saying the project's table is dismissing.
I wonder if I need do something, like creating some table manually or calling some Firebase or BigQuery APIs in my app. But I've looked up the official document which saying
Once an app is linked to BigQuery, a corresponding dataset will be
created in the associated BigQuery project upon the first daily export
of events. Each day, raw event data for each linked app populates a
new table in the associated dataset.
It seems I need do nothing. So what's the problem here?
After you link your Firebase app to BigQuery, the next day, your events will flow from Firebase to BigQuery and this will automatically create the BigQuery dataset and its first daily table. Keep in mind that if your app is not logging any events, then no events will be sent to BigQuery. And the dataset will not be created until some events have been logged after the linkage.

Resources