Querying the mapped value of provider(interface java.util.Set) before task ':app:processDebugGoogleServices' has completed is not supported

486 views Asked by At

https://github.com/MrAryan8728/Ecommerce

This is my github repo link.I am getting the error in the app. Plz anyone help me in solving it.

1

There are 1 answers

0
Yes Dev On

In android/build.gradle, update the google-services classpath to 4.3.14:

dependencies {
        ...
        classpath 'com.google.gms:google-services:4.3.14'
    }