Custom App Code for Firebase Dynamic Linking

507 Views Asked by At

I am trying to integrate deferred deep linking in my Android app using Firebase Dynamic Links. The problem that I have with Firebase is that I can't see any option to customize my 'app domain name'.

The domain that firebase generates is something like: <APP CODE>.app.goo.gl. The <APP CODE> value generated by Firebase is not at all human readable. I want it to be something more human readable, (as it's the link which a user will be sharing), and so I want to customize it.

I see, http://branch.io lets you customize that. Is there a way of doing that in Firebase?

1

There are 1 best solutions below

1
On

This is not currently possible with Firebase.

Any particular reason you need to use Dynamic Links instead of Branch.io? (Full disclosure: I'm on the Branch team). It's fairly simple to use the two together.