arnesson / cordova-plugin-firebase

Cordova plugin for Google Firebase
http://arnesson.github.io/cordova-plugin-firebase
MIT License
1k stars 1.55k forks source link

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

Closed nikolleto closed 4 years ago

nikolleto commented 4 years ago

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 https://github.com/dpa99c/cordova-plugin-firebasex/pull/281

nikolleto commented 4 years ago

Wrong repository, sorry