No matching client found for package name
The error is "package_name" in google-services.json is not matching with your "applicationId" in app gradle.
Just make sure the
package_nameandapplicationIdboth are same.
Last updated
Was this helpful?
The error is "package_name" in google-services.json is not matching with your "applicationId" in app gradle.
Just make sure the package_name and applicationId both are same.
Last updated
Was this helpful?