I would like to have one google-services.json file, with one application ID, connected to one Firebase "app" in one Firebase "project," used by a variety of flavors of my Android app.
My flavors are branded differently, but they work very much the same, and I want the analytics data from all of them to end up in the same place in Firebase. However, they all (of course) have Android application IDs/package names that are suffixed differently, and none of those flavor package names match the one in the google-services.json, which doesn't have a suffix at all.
I've seen many ways to connect different flavors of an Android app to different Firebase "apps" in the same Firebase "project," but that's not what I want to do: I want to connect different Android app flavors to the same Firebase "app."
Is there a way to do this with Firebase, or should I look elsewhere?
Thanks, Dan Wiebe