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?
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.