Closed QuentinFarizon closed 3 years ago
I agree that this is on Firebase side. Since there is no easy way to understand why firebase fails (maybe wrong keys or service unavailable), basic retry will not be helpful. It is better if you can just create this issue on firebase and provide them sample APK file, maybe they will find the root cause and fix it.
I think retry will work, because when it fails I just download the AAB and upload it manually and it works.
I have also created an issue on Firebase side, but optionnaly retrying once or twice after 1 minute wouldn't hurt.
You are already able to add a retry mechanism thanks to Bitrise.
Just add a copy of the step in the workflow and make sure Run if previous Step failed
flag is checked on second one. Here is more details:
Hello
I regularly (1 in 10 times) get this issue when uploading AAB to Firebase :
This is an issue on Firebase side, but it would be useful to retry at least once, since this is very temprary.
Thanks !