chemerisuk / cordova-plugin-firebase-config

Cordova plugin for Firebase Remote Config
MIT License
21 stars 31 forks source link

Added firebase-core declaration #9

Closed ghost closed 5 years ago

ghost commented 6 years ago

According to the warning

Warning: The app gradle file must have a dependency on com.google.firebase:firebase-core for Firebase services to work as intended.

firebase-core should be added to the dependencies section.

The lack of this depencecy result in compilation fail.

chemerisuk commented 5 years ago

@BobCaSUaL Sorry for merging it so late. I'll do some rework on your changes so they can be published in the next release.