Publishing from Codemagic to Firebase #2817
Replies: 1 comment
-
Of course, right after I publish this I realize that the issue was related to how the service accounts were configured. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Expected results
The AAB will be published to Email, Google Play and Firebase
Actual results
Firebase publishing fails with the error: Error: failed to determine AAB info. HTTP Error: 403, The caller does not have permission.
I have tried the exact command locally to publish to firebase, firebase appdistribution:distribute /Users/builder/clone/build/app/outputs/bundle/prodRelease/app-prod-release.aab --app 1:346326001467:android:4b10eedd5f1e962ceab91e --groups android-testers and it works as expected. I'm sure this is an issue with the credentials, but I went through the integration steps more than once and can't figure out the issue. And advice would be appreciated. Thanks!
Build id (optional)
672d27b18b75ffa2566cde12
Beta Was this translation helpful? Give feedback.
All reactions