Firebase Invites on iOS and Android - Is it possible to generate the Share Links without showing the UI?

497 views Asked by At

Firebase Invites seems to come with a UI for creating referral links on iOS and Android. Since we're making a game we'd like to use our own UI (and at least optionally skip showing the standard system UI).

Is it possible to programmatically just copy the referral link to the clipboard without ever showing the Invite UI?

1

There are 1 answers

1
Frank van Puffelen On

Firebase Invites is a UI to create dynamic links.

For creating such links in your own code, use Firebase Dynamic Links - which Invites uses under the hood.