I was facing the same error. I am using multiple flavors. Therefore, I put the google-services.json
in app/src/{flv}
directory.
It worked well for one flavor but did not work for others. The issue was that I have also placed google-services.json
corresponding to flavor for which it was working in app…
Top comments (0)