CoDe
CoDe

Reputation: 11156

How to display site name in Firebase Deeplink redirect link to web

I'm working on integration of Firebase Dynamic link implementation support for iOS platform. I got some issue I have added here, but no clue till now.

Other then I observer, it showing url goo.gl at top-right.

How to do that?? Any suggestion what param I should choose(firebase) to display my site name instead goo.gl.

enter image description here

In one of question sample mention here, it showing site name.

enter image description here

Upvotes: 0

Views: 379

Answers (1)

Alex Bauer
Alex Bauer

Reputation: 13633

There is no 'param' you can use to change that URL — it is the domain of the Universal Link. If you want to change what is displayed there, you need to change the domain you're using.

However, Firebase Dynamic Links do not currently support white labelled link domains so there is no way you can do this. You'll need to implement your own Universal Links system, or use Branch.io (full disclosure: I'm on the Branch team), which offers all the features of Dynamic Links in addition to domain white labelling.

Upvotes: 1

Related Questions