How to Solve No matching client found Error in Android Studio

By | November 23, 2016

No matching client found Error usually comes when you are using the FireBase SDK in your project.

This is because you are missing the the ‘google-services.json’ file in your project.

You may have added it, but in the wrong path.

Android Studio will try to search for it in the ‘app’ directory.

The Solution is to copy the file in the ‘app’ directory.

If you have multiple flavours then please copy it to appropriate folders.

You can check the log to see where Android Studio is searching for this file and copy it there.

Leave a Reply

Your email address will not be published. Required fields are marked *