Bhuwnesh Arora
Bhuwnesh Arora

Reputation: 54

Error: Plugin with id 'com.google.firebase:firebase-auth:9.2.0' not found

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

Answers (3)

mithunc
mithunc

Reputation: 124

I needed to add classpath 'com.google.firebase:firebase-plugins:1.2.0', worked for me after that.

Upvotes: 4

Frank van Puffelen
Frank van Puffelen

Reputation: 599886

Make sure that you have Google Play Service version 31 installed in the Android SDK Manager.

Android SDK Manager with Google Play Service version 31 installed

Upvotes: 0

Nishan Khadka
Nishan Khadka

Reputation: 414

You should also add the dependencies for the Firebase SDKs you wish to use - see here.

Upvotes: 0

Related Questions