I am implementing the CICD for an app which I've done in react native but I've a situation now that the firebase is not letting me upload the ipa and apk "the server responded with status 400". I have used my account for uploading first there it was working perfectly now I am using another account. Now it's not letting me upload it.
This is what I get in the terminal window.
[13:28:30]: Authenticated successfully.
[13:28:33]: ⌛ Uploading the APK.
[13:28:47]: ✅ Uploaded the APK.
[13:28:48]: the server responded with status 400
+------+---------------------------+-------------+
| fastlane summary |
+------+---------------------------+-------------+
| Step | Action | Time (in s) |
+------+---------------------------+-------------+
| 1 | clean assembleRelease | 315 |
| | firebase_app_distribution | 18 |
+------+---------------------------+-------------+
This could happen for two reasons: the firebase token is not valid, or the firebase distribution service account doesn't have the permission or the role for publishing builds to Firebase.
So try to generate another token, and check Google cloud if you have a service account with the role Firebase App distribution.