5

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.

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441
johndo
  • 71
  • 5

1 Answers1

4

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.

kellogg.lee
  • 215
  • 2
  • 8
  • Too late to say. Just a suggestion for implementing something like this. Could be using an invite link. With this, it's easy to add testers. Managing the testers, like adding to a group or removing could be done via the API or admin console. – Damian Akpan Apr 27 '22 at 09:48