Firebase Stream View number in API - google-analytics

Hi I want to get Users active in last 30 minutes on Dashboard of Google Firebase Analytics by REST API
Is there any solution to get that number?

Related

How does new Firebase Authentication billing work?

My app supports only login via Email/Password, Google, and Facebook using Firebase Authentication.
Inside the Authentication -> Settings tab, Firebase said to me "Upgrade to Firebase Auth with Identity platform to access this feature."
I upgraded successfully because I want to disable create a new account on the client side and disable delete account. These features are only what I want.
If you interested to know why I want to disable creating a new account on the client side? Please check my question here to know why.
Today I opened Firebase Pricing and I found there are changes in Firebase Authentication, Firebase added 2 new rows in the last as you can see.
I was not charged in Phone verifications because I don't use this provider. I only charged for Firebase Realtime Database and Firebase Storage.
Here are my questions:
Identity Platform Pricing Monthly active users (excluding SAML/OIDC) => If there were 83,000 daily active users (83,000 * 30 = 2,490,000), At the end of the month how much I'll be charged approximately?
Monthly active users - SAML/OIDC => As I said above my app supports only login via Email/Password, Google, and Facebook, Does that mean I'll not be charged about SAML and OIDC?
I hope everything is clear. Thank you.
If you have 83K monthly active users then you won't be charged for 50K users as it falls in the free tier. But you'll be charged for the next 33K users as per the pricing mentioned in Google Cloud Documentation:
From the documentation,
Any account that has signed in within a given month is considered an active user. Inactive users are stored at no cost.
For the given example, you bill would be:
0.0055*33000 = $181.5 / month
my app supports only login via Email/Password, Google, and Facebook, Does that mean I'll not be charged about SAML and OIDC?
Yes, if you are not using SAML/OIDC (Tier 2 providers) then you'll be charged based on Tier 1 pricing mentioned above only.
If you use any Tier 2 provider then you only have up to 50 free MAU and $0.015 / MAU / month thereafter.

In Firebase Analytics, how to filter data by specific app

I have multiple apps in one firebase project.
Can I show data analytics by a specific app?
I found it in Google Analytics page.
It is stream name Dimension

How to segment in Google Analytics based on Firebase A/B-Test on Android

I am using Firebase and GA4 for my Android App. Currently, I am running an A/B-Test via Firebase.
Is there a way to select a Segment or Audience based on the A/B-Test-Variant? Or do I need to send my own events to identify the variant a user is using?

Firebase reports to be send to pre-configured users by email weekly or monthly

We used Firebase analytics in our Xamarin Forms app and we can check the analytics details via Firebase console dashboard.
We need to export these analytics report from dashboard and mail should trigger automatically to pre-configured users per weekly or monthly basis. Say, the report as an excel or document needs to be sent to multiple pre-configured users.
Per checking, there's no available feature in Firebase to send email notification to the users containing analytics reports. This is good to have, so I suggest you file a feature request on Firebase support page.

Does the Firebase custom event limit affect data being to Google Analytics

When using the Firebase SDK for Firebase Analytics, if you exceed the 500 unique custom event limit in an app instance which then generates an error code. Can GTM still pass data to Google Analytics once the limit has been reached?

Resources