1

My organizations uses Google Firebase to distribute apps to manual testers. For automated testing, we need access to the app apk/ipa directly to pass the local path to appium.

I see under App Distribution / Releases in Firebase Console that there is now a "Download" button which does what I need. However, is there a corresponding Firebase CLI endpoint or a way I could even just use curl to grab the needed build from firebase and download it?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
jmv93811
  • 11
  • 1

1 Answers1

0

While Firebase App Distribution does have a REST API, as far as I can tell that API only has support for uploading and distributing releases and managing testers. There doesn't seem to be a way to get a release binary through any API.

It's a reasonable wish though, so I recommend filing a feature request for it.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807