Hello, I will try to be short. I have developed an Android app that has to flavors (free and pro). I want to implement firebase to get ads from admob and for analytics. In the firebase console where I add a new app I need to give a package name for the app. What name should I give?
for example:
com.company.game - which is the general package name of the app or
com.company.game.free - which is the package name for the free build which has ads (but if I add this it will not get analytics for the pro build?)
or should I create 2 app in firebase console.
Thank you