Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plugin with id 'com.google.firebase.firebase-perf' not found

In implementing the 'Performance' feature of Firebase, I got the following error attempting to sync the Gradle:

Plugin with id 'com.google.firebase.firebase-perf' not found.

I implemented it following instructions here: https://firebase.google.com/docs/perf-mon/get-started-android. In particular it directs you to specify the classpath dependency to com.google.firebase:perf-plugin in your root-level (project-level) Gradle file, not he app-level:

enter image description here

Here are my Gradles, app-level left, project-level right:

enter image description here

like image 436
Androidcoder Avatar asked Aug 24 '26 23:08

Androidcoder


1 Answers

Please add Performance plugin in your dependency class-path

`classpath 'com.google.firebase:perf-plugin:1.3.1'  // Performance Monitoring plugin`
like image 144
Ankur Yadav Avatar answered Aug 26 '26 20:08

Ankur Yadav



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!