Binod Basnet
02/24/2025, 9:16 AMgoogle-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! 🙏