arnesson/cordova-plugin-firebase

Cannot add extension with name 'googleServices', as there is an extension already registered with that name

nikolleto opened this issue · 1 comments

Describe the bug
Here is an issue in your build.gradle plugin: you are always applying plugin 'com.google.gms.googleservices.GoogleServicesPlugin' despite it can be added by another library before your gradle plugin is applied. When I'm building an application using 'cordova run android', I'm getting an error
"Cannot add extension with name 'googleServices', as there is an extension already registered with that name".

Please, take a look at my PR dpa99c#281

Wrong repository, sorry