I'm trying distribute app using firebase app distribution via fastlane. When I run firebase_app_distribution, it seems to login into Google successfully but somehow at the end it returns 404.
I login in to Google using GOOGLE_APPLICATION_CREDENTIALS
Here is my log.
[12:19:16]: Authenticating with GOOGLE_APPLICATION_CREDENTIALS environment variable:'<path here>'
[12:19:16]: π Authenticated successfully.
[12:19:16]: β Uploading the IPA.
+------------------+---------------------+
| Lane Context |
+------------------+---------------------+
| DEFAULT_PLATFORM | ios |
| PLATFORM_NAME | ios |
| LANE_NAME | ios distribute_beta |
+------------------+---------------------+
[12:19:18]: the server responded with status 404
What am I doing wrong?