Can I make multiple flavours with different applicationId connect to the same Firebase Project and the same Application ? These apps doesn't really differ (one has disabled some features), so I don't want to manage them separately.
To be clear: I know that I can use separate google-services.json for each flavor, but it's not what I want. I want to use the same google-services.json for two different flavors with different applicationId: com.my_app.flavor1 and com.my_app.flavor2