Skip to main content

All Questions

1 vote
1 answer
32 views

Should I use the same firebase project for 2 different but similar android apps

I have 2 different but similar apps one is for mathematics the other is for biology so I want to integrate Firebase for viewing analytics in this case should I use separate Firebase projects all I ...
Xamsoft Solutions's user avatar
0 votes
0 answers
40 views

Facing issue while creating custom event entries inside firebase analytics console

I am able to created total 50 events and after that create button remains disabled, it says stream has reached the limit for created events. However as per google documentation limit is up to 500 ...
Mohd Asim's user avatar
  • 2,211
0 votes
1 answer
479 views

Firebase Console: How to see "action" event count over time

I'm tracking some events in my app. However, I only can see the count of "action" events in the last 30 minutes. I would like to see the count of those events in a given period of time.
Ronald Valdivia's user avatar
3 votes
1 answer
814 views

Firebase Debugview not showing data for the event on web console

we have configured Firebase correctly and it's working fine up-to yesterday morning. But event data (attributes and values ) are not showing for the events but it's showing event name and time . ...
Rajasekaran M's user avatar
4 votes
1 answer
4k views

Can't see Funnels Option in Firebase Analytics Dashboard

I have used Firebase Analytics in my Android Application. I have logged multiple events and I can see my events in Firebase Console. But till the first week of December 2021, I can see the Funnels ...
Nikhil Pawar's user avatar
4 votes
2 answers
807 views

What happened to old Firebase Analytics events report?

After recent Firebase Console update can not find the report for select_content event by content type and then for selected content type by item_id. I used these reports for study my Apps behaviour by ...
alexei's user avatar
  • 41
1 vote
1 answer
749 views

Firebase data not showing in firebase console

The firebase data of my custom events(not using the firebase basic events) are not showing on the firebase console although only the event name is showing in the events tab but not displaying any ...
Shaheer Yamin's user avatar
1 vote
3 answers
956 views

How to target in-app messages to only specific users?

I would like to send in-app messages from firebase console to only specific users. For example having gardening application i want to send such message to only those users that have 5-10 plants, next ...
saviola44's user avatar
2 votes
2 answers
970 views

Firebase Analytics console "Latest Release" shows "No data to display"

Firebase Analytics console "Latest Release" suddenly shows "No data to display". I use this feature to understand how much % of users has been updated to the latest version. It was ...
Neela's user avatar
  • 1,348
2 votes
0 answers
56 views

Where to see Firebase Analytics event custom parameters in console?

I defined a custom event and am logging it as follows: Analytics.logEvent("upload_art", parameters: ["size": ((art.size ?? 0) / 1000000)]) I am seeing the event propogate into the ...
aritroper's user avatar
  • 1,691
3 votes
0 answers
157 views

Filter signed in user in Firebase Analytics Dashboard

Firebase analytics dashboard offers teh posibility of filter by signed in users. I added the sign_up event to my app and I already have activity for this kind event. Unfortunelly, when I use the ...
Andrés Brand's user avatar
0 votes
0 answers
606 views

How to show data greater then 30 mins on firebase console?

How we can increase the right side event timeline greater than 30 mins!
Rohit K Choudhary's user avatar
2 votes
0 answers
1k views

how to see events parameters in Firebase Analytics?

I would like to see the most searched word in my android app. this is my snippet Bundle params = new Bundle(); params.putString(FirebaseAnalytics.Param.SEARCH_TERM, term); params....
alfa beta's user avatar
  • 143
1 vote
0 answers
1k views

Custom dimension not showing on event page

I have custom event sent from iOS App - share with parameter type I created custom dimension for this parameter but when I open events detail page I can't see chart with custom dimension. type ...
Prettygeek's user avatar
  • 2,521
5 votes
3 answers
5k views

No device available in debugview firebase

i have trying to use debugview in firebase but it is unable to detect my device i tried the answer --> DebugView no devices available https://stackoverflow.com/a/44047095/12553303 what i did is ...
IRON MAN's user avatar
  • 201

15 30 50 per page