Is it possible, to use two different accounts for two different services of google in an Android app?
I want to use Google Analytics with Account customer@gmail.com and Firebase Crashreport with Account developer@gmail.com.
I get two google-services.json with different project_info values and can't combine them. The solution for different flavours is not relevant as I understand this, because I want to use 2 configuration files for the same flavour (release).