We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network request are not monitored on android and won't show up, iOS works.
Probably something is missing of step 2: https://firebase.google.com/docs/perf-mon/get-started-android#add-perfmon-plugin
The text was updated successfully, but these errors were encountered:
Fixed it by adding:
apply plugin: 'com.google.firebase.firebase-perf'
to the top of my app.gradle.
app.gradle
In my opinion, this should be done by the package
Sorry, something went wrong.
No branches or pull requests
Network request are not monitored on android and won't show up, iOS works.
Probably something is missing of step 2: https://firebase.google.com/docs/perf-mon/get-started-android#add-perfmon-plugin
The text was updated successfully, but these errors were encountered: