Reputation: 54
I have integrated firebase with my help and I'm having this initial error while syncing the app. What can be the possible issue, and how can I resolve it?
Upvotes: 1
Views: 3458
Reputation: 124
I needed to add classpath 'com.google.firebase:firebase-plugins:1.2.0'
, worked for me after that.
Upvotes: 4
Reputation: 599886
Make sure that you have Google Play Service version 31 installed in the Android SDK Manager.
Upvotes: 0
Reputation: 414
You should also add the dependencies for the Firebase SDKs you wish to use - see here.
Upvotes: 0