Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an API for managing testers for Firebase App Distribution?

I'm wondering if there is some sort of API I can call that lets me pass testers to either add or remove?

I want to call the same code as what happens when you upload a CSV (see here).. but with less CSV and more Restful HTTP API (or equivalent).

I could spend some time reverse engineering what happens (and believe me, I have been trying to), but alas I have had no eureka moment yet.

Thanks!

If I find an answer before someone else does, I'll be sure to post back here.

like image 308
johndo Avatar asked Oct 24 '19 20:10

johndo


People also ask

How to add testers to Firebase app Distribution?

You add and remove testers in the Testers & Groups tab of the App Distribution page in the Firebase console. Once a tester is added to your Firebase project, you can add the tester to groups. Testers who are removed from a Firebase project lose access to all releases in your project.

How do I distribute Android apps for testing?

Distribute your app to testersSelect your Firebase project when prompted. On the Releases page, select the app you want to distribute from the drop-down menu. Drag your app's APK file to the console to upload it. When the upload completes, specify the tester groups and individual testers you want to receive the build.


1 Answers

Firebase App Distribution now has a REST API that includes endpoints to add and remove testers. Check out the reference documentation for the complete list of available endpoints.

like image 190
kellogg.lee Avatar answered Oct 24 '22 11:10

kellogg.lee