Hey everyone, I’m facing problems in multi module project for managing multiple
google-services.json
files for different build variants in my Android project. I’m not sure how to handle this properly—should I keep separate
google-services.json
files for each variant (e.g.,
debug
,
release
,
staging
), or is there a better approach?
Also, could anyone provide some open-source projects that handle this well? Would love to take a look at how others are doing it.
Thanks in advance! 🙏