
What went wrong: Execution failed for task ‘:app:processDebugGoogleServices’.
No matching client found for package name ‘com.example.myapp ‘
Step -1: check your google-services.json and build.gradle matching applicationId and package_name match
this is google-services.json file

this is build.gradle file

So no matching applicationId and package name get the match so remove com.
