Hello, it turns out that I don't have any compilation errors in my android studio, but when trying to run the app, I get this Gradle error:
No matching client found for package name 'company.packagename.packagename'
Anyone knows how to solve this?
The problem occurs because the file
google-services.json
contains a different package definition than your project.The "package_name" defined inside the file
google-services.json
must be that of the application.