With Fabric it used to be possible to have multiple apps with the same code base and 'base' package name combined in one crash overview. I can't seem to figure out if this is possible as well with Firebase Crashlytics.
So what I mean is: I have multiple variations of an app. Say with package names:
com.norakomi.appname.app1
com.norakomi.appname.app2
com.norakomi.appname.app3
etc.
I want all the crash reports combined in one overview, since they are using the same code base and I don't want to navigate every time through all the (say) 30 versions of the app.
Does anyone know how to do this?