Firebase App Distribution- 2
Nov 5 · 2 min read
In the Part-1, I have introduced you, how you can distribute your app using firebase and firebase CLI. But the limitation was with that method is you need to enter all tester emails. What if we want to share the open invite link:
Steps to create open invite link:
- Follow Part-1 of this series, and upload the apk on firebase.
- Click on create new invite link button

3. A dialog will appear,

Select the group in which you want to add the new testers email id( you can manage the tester groups in Tester and Groups section)
You can also add restriction on the email domain name, like you don’t want gmail.com’s users to signup for your app. You can do so by listing the subdomain in the Domain restriction box.
4. Voila, Invite link created successfully.

Share this link with your testers and take feedback.
Happy Coding
