'How to link Firebase app distribution to Google play developer account with a debug app?
I'm attempting to distribute an Android app bundle via Firebase App Distribution. I'm following the docs here: https://support.google.com/firebase/answer/6392038?authuser=1
The issue is that we have two different apps on firebase, one for prod and the other is for debug build. The debug one has.debug suffix in package name to distinguish it and be able to install both prod and debug apps on same device. We already have our prod app linked to Google play console however we can't get the debug app to be linked to store since the package name is different (has debug suffix), thus we can't upload debug build to firebase app distribution through fastlane since it can't link it to an app in play console. Has anyone encountered same problem and how did you end up solving it? 
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
