Check theFirebase Status Dashboardin case
there is a known outage for Firebase or forPerformance Monitoring.
Getting started withPerformance Monitoring
If you're getting started withPerformance Monitoring(iOS+|Android|Web), the following troubleshooting
tips can help with issues that involve Firebase detecting the SDK or displaying
your first performance data in theFirebaseconsole.
Added the SDK to app, but console
still says to add SDK
Firebase can detect if you've successfully added thePerformance MonitoringSDK to your app
when it receives event information (like app interactions) from your app.
Usually within 10 minutes of starting your app, thePerformancedashboardof theFirebaseconsole displays an "SDK detected" message. Then, within 30
minutes, the dashboard displays the initial processed data.
If it's been more than 10 minutes since you added the latest version of SDK to
your app, and you're still not seeing any change,check your log
messagesto make sure thatPerformance Monitoringis logging
events. Try the appropriate troubleshooting steps as described below to
troubleshoot a delayed SDK detection message.
App is logging events: troubleshooting
steps
If you're still developing locally, try generating more events for data
collection:
Continue to develop your app using a simulator or test device.
Generate events by switching your app between background and foreground
several times, interacting with your app by navigating across screens,
and/or triggering network requests.
Make sure that yourFirebase configuration
file(Google-Service-Info.plist) is
correctly added to your app and that you haven't modified the file.
Specifically, check the following:
The config file name isn't appended with additional characters, like(2).
The config file is in the root of your XCode project and added to the
correct targets.
The Firebase Apple App ID (GOOGLE_APP_ID) listed in the config file is
correct for your app. Find your Firebase App ID in theYour appscard
of yoursettingsProject
settings.
If anything seems wrong with the config file in your app, try the following:
Delete the config file that you currently have in your app.
Followthese instructionsto download
a new config file and add it to your Apple app.
If the SDK is logging events and everything seems to be set up correctly,
but you're still not seeing the SDK detection message or processed data
(after 2 hours),contact Firebase Support.
Console says the SDK is
detected, but no data is displayed
Performance Monitoringprocesses performance event data before displaying it in thePerformancedashboard.
If it's beenmore than 24 hours since the "SDK detected" message appeared,
and you're still not seeing data, then check theFirebase Status Dashboardin case there is a
known outage. If there is no outage,contact Firebase Support.
General troubleshooting
If you've successfully added the SDK and are usingPerformance Monitoringin your app, the
following troubleshooting tips can help with general issues that involvePerformance Monitoringfeatures and tooling.
Performance dashboard is
missing screen trace data
If you're missing data for screen rendering traces, try the following
troubleshooting steps:
Performance dashboard is
missing custom trace data
Are you seeing performance data for automatically collected tracesbut not for
custom code traces? Try the following troubleshooting steps:
Check the setup of custom code traces instrumented via theTrace API,
especially the following:
Names for custom code traces and custom metrics must meet the following
requirements: no leading or trailing whitespace, no leading underscore
(_) character, and max length is 32 characters.
All traces must be started and stopped. Any trace that is not started, not
stopped, or stopped before started will not be logged.
Check your log messagesto make sure thatPerformance Monitoringis logging expected custom code traces.
IfPerformance Monitoringis logging events, but no data displays after 24 hours,contact Firebase Support.
Performance dashboard
is missing network request data
If you're missing network request data, try the following troubleshooting steps:
Depending on the behavior of your code and networking libraries used by
your code,Performance Monitoringmight only report on network requests that are
completed. This means that HTTP/S connections that are left open might not
be reported.
Performance Monitoringdoes not report on network requests with invalidContent-Typeheaders. However, network requests without theContent-Typeheaders will still be accepted.
Network request data are not aggregating as expected
What happened to Top Issues in the Performance card on Project home?
We replacedTop IssueswithRecent Alertsas a follow-up to our
recent introduction of alerts, which automatically notify you when the
thresholds you set are crossed.Issues are now deprecatedand replaced by alerts.
The apps selector at the top of the Performance card filters the alert
entries underRecent Alerts. Only the three most recent alerts for the
app(s) selected are displayed.
What happened to the ability to set thresholds for issues in the console?
Performance Monitoringsupportsalertsfor metrics that exceed
defined thresholds. To avoid confusion with these configurable thresholds for
performance metrics, we removed the ability to configure thresholds forissues.
What happened to the Details and Metrics information in theFirebaseconsole?
We replaced the Details and Metrics pages with a newly redesigned, centralized
user interface (UI) to improve how you troubleshoot issues. This new
troubleshooting UI offers the same core functionality that Details and
Metrics offered. To learn more about troubleshooting, seeView more data for a specific trace.
Why is the number of samples not what I expect?
Performance Monitoringcollects performance data from your app’s user devices. If your
application has many users or if the app generates a large amount of performance
activity,Performance Monitoringmight limit data collection to a subset of devices to
reduce the number of processed events. These limits are high enough so that,
even with fewer events, the metric values are still representative of
your user's app experience.
To manage the volume of data that we collect,Performance Monitoringuses the following
sampling options:
On-device rate limiting: To prevent a device from sending sudden bursts of
traces, we limit the number of code and network request traces sent from a
device to 300 events every 10 mins. This approach protects the device from
looped instrumentations that can send large amounts of performance data, and
it prevents a single device from skewing the performance measurements.
Dynamic sampling:Performance Monitoringcollects a limited number of code traces and
network request traces per app daily across all app users. A dynamic sampling
rate is fetched on devices (usingFirebase Remote Config) to determine
whether a random device should capture and send traces. A device that is not
selected for sampling does not send any events. The dynamic sampling rate is
app-specific and adjusts to ensure that the overall volume of collected data
remains below the limit.
Projects that enabled BigQuery integration receive a higher limit for the
number of network request traces.
User sessions send additional, detailed data from a user's device, requiring
more resources to capture and send the data. To minimize the impact of user
sessions,Performance Monitoringmight also restrict the number of sessions.
Server-side rate limiting: To ensure that apps don't exceed the sampling
limit,Performance Monitoringmight use server-side sampling to drop some events
received from devices. Although this type of limiting doesn't change the
effectiveness of our metrics, it may cause minor pattern shifts, including the
following:
The number of traces can differ from the number of times that a piece of
code was executed.
Traces that are closely coupled in code may each have a different number of
samples.
What happened to theIssuestab in the console?
We replaced the Issues tab with the introduction of Alerts, which
automatically notifies you when the thresholds you set are exceeded. You no
longer need to manually check theFirebaseconsole to determine the status of
a threshold. To learn about Alerts, seeSet up alerts for performance issues.
What happened to theOn DeviceandNetworktabs in the console?
How do I view the traces that were on those pages?
We've redesigned thePerformance Monitoringsection of theFirebaseconsole so that theDashboardtab displays your key metrics and all your traces in one space. As
part of the redesign, we removed theOn deviceandNetworkpages.
The traces table at the bottom of theDashboardtab has all the same
information that theOn deviceandNetworktabs displayed, but with some
added features, including the ability to sort your traces by the percentage
change for a specific metric. To viewallthe metrics and data for a specific
trace, click the trace name in the traces table.
View your traces in the following subtabs of the traces table:
Network request traces (both out-of-the-box and custom) —Network requestssubtab
For details about the traces table and viewing metrics and data, visit the
console overview page
(iOS+|Android|Web).
Why is the number of slow and frozen frames not what I expected?
Slow rendering frames and frozen frames are calculated with an assumed device
refresh rate of 60Hz. If a device refresh rate is lower than 60Hz, each frame
will have a slower rendering time because fewer frames are rendered per second.
Slower rendering times can cause more slow or frozen frames to be reported
because more frames will be rendered slower or will freeze. However, if a device
refresh rate is higher than 60Hz, each frame will have a faster rendering time.
This can cause fewer slow or frozen frames to be reported. This is a current
limitation in thePerformance MonitoringSDK.
MyPerformance Monitoringdata is taking longer than expected to be exported to
BigQuery. Is it not real time?
If you have enabled the BigQuery integration forFirebase Performance Monitoring, your data
will be exported to BigQuery 12 to 24 hours after the end of the day (Pacific
Time).
For example, the data for April 19th will be available in BigQuery on April 20th
between 12:00pm and midnight (all dates and times are Pacific Time).
Near real-time data processing and display
What does "near real-time" performance data mean?
Firebase Performance Monitoringprocesses collected performance data as it comes in, which
results in near real-time data display in theFirebaseconsole. Processed
data displays in the console within a few minutes of its collection, hence the
term "near real-time".
How do I get near real-time performance data for my app?
To take advantage of near real-time data processing, you only need to make sure
that your app uses aPerformance MonitoringSDK version that's compatible with real-time
data processing.
These are the real-time compatible SDK versions:
iOS— v7.3.0 or later
tvOS— v8.9.0 or later
Android— v19.0.10 or later (orFirebase Android BoMv26.1.0 or later)
Web— v7.14.0 or later
Note that we always recommend using the latest version of SDK, but any
version listed above will enablePerformance Monitoringto process your data in near real
time.
Which versions of thePerformance MonitoringSDK are considered real-time compatible?
These are the SDK versions compatible with real-time data processing:
iOS— v7.3.0 or later
tvOS— v8.9.0 or later
Android— v19.0.10 or later (orFirebase Android BoMv26.1.0 or later)
Web— v7.14.0 or later
Note that we always recommend using the latest version of SDK, but any
version listed above will enablePerformance Monitoringto process your data in near real
time.
What if I don't update my app to use a real-time compatible SDK version?
If your app doesn't use a real-time compatible SDK version, you will still see
all your app's performance data in theFirebaseconsole. However, the display
of performance data will be delayed by roughly 36 hours from the time of its
collection.
I've updated to a real-time compatible SDK version, but some of my users are
still on old versions of my app. Do I continue to see their performance
data in theFirebaseconsole?
Yes! Regardless of which SDK version an app instance uses, you'll see
performance data from all your users.
However, if you're looking atrecentdata (less than roughly 36 hours old),
then the displayed data is from users of app instances using a real-time
compatible SDK version. Thenon-recentdata, though, includes performance data
from all versions of your app.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-05 UTC."],[],[],null,[]]