Skip to main content
0 votes
1 answer
99 views

Problem I'm having trouble getting performance monitoring, built into the sdk (https://firebase.google.com/docs/perf-mon/page-load-traces), to show up in the Firebase Console. What I've tried I've ...
Jake Smith's user avatar
  • 2,732
0 votes
0 answers
21 views

I have integrated Firebase Performance and HTTP/S methods tracking works great out of the box. But the problem is that I have multiple requests with the same path but different HTTP method. Firebase ...
Ufkoku's user avatar
  • 2,678
2 votes
1 answer
377 views

package: http: ^1.2.0 I'm using http package for my network request. I want to implement the performance monitoring in my flutter app. once user successfully logged in at the time firebase ...
Rasul's user avatar
  • 31
3 votes
0 answers
97 views

I have integrated the Firebase Performance Monitoring SDK into an Android App. I have made some rest api calls and I can see those response traces also in Performance Dashboard. I used the app for a ...
Venkat Ballem's user avatar
-1 votes
1 answer
179 views

Do I need to add android.permission.ACCESS_NETWORK_STATE for Firebase Analytics? <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Jorpy's user avatar
  • 529
0 votes
1 answer
76 views

Do i need to add android.permission.INTERNET for Firebase Analytics? <uses-permission android:name="android.permission.INTERNET" />
Jorpy's user avatar
  • 529
0 votes
1 answer
1k views

I am trying to implement network logging via firebase. I have followed the steps here, however I am getting the following error when syncing gradle: * Exception is: org.gradle.api.plugins....
DJ-DOO's user avatar
  • 4,780
4 votes
0 answers
700 views

According to this documentation, the measurement of _app_start Starts when the app's FirebasePerfProvider ContentProvider completes its onCreate method. Stops when the first activity's onResume() ...
positron's user avatar
  • 195
0 votes
2 answers
1k views

I am trying to update all firebase libraries I have in my Android project to 32.3.1. implementation platform('com.google.firebase:firebase-bom:32.3.1') implementation 'com.google.firebase:firebase-...
LiTTle's user avatar
  • 1,879
0 votes
0 answers
342 views

I'm trying to use a Firebase performance in AGP 8.1.0 project, but having a problem below: An exception occurred applying plugin request [id: 'com.google.firebase.firebase-perf'] > Failed to apply ...
Yongho Ahn's user avatar
0 votes
1 answer
1k views

Basically I cannot find any API for a node environment in order to extract the data from Firebase Performance. The outcome would be extracting that data in order to integrate it with a Grafana panel. ...
DanielX's user avatar
  • 155
0 votes
1 answer
134 views

Here is how I setup performance monitoring on nodejs cloud function context: const {getPerformance, trace} = require('firebase/performance'); const perf = getPerformance(app); const t = trace(perf, &...
Robert Brax's user avatar
  • 7,488
2 votes
1 answer
1k views

I'm trying to add to my Firbebase Performance to my Android project, but the documentation does not explain how to add the classpath on the new gradle. Where should I write. classpath 'com.google....
Leonardo Sibela's user avatar
0 votes
0 answers
125 views

Recently I have tried to connect my mobile app to performance monitoring but I haven't got success with it. I setup Xamarin.Android without any troubles but with iOS the things are sad( On Firebase....
Chornogirskyi's user avatar
2 votes
0 answers
174 views

Unable to track the slow rendering and frozen frames for compose screens. I am trying to track slow rendering and frozen frames for the fully compose screens, but firebase is unable to track those ...
Gulshan Patidar's user avatar

15 30 50 per page
1
2 3 4 5
14