Skip to content Skip to sidebar Skip to footer

Firebase Dynamic Link Shorturl Not Working In Android

I am unable to create ShortDynamicLink using the Android Firebase Invite SDK. I can create long DynamicLink fine but it keeps failing to create ShortDynamic link, always giving an

Solution 1:

Couple ideas to check:

1) Ensure that Constants.DYNAMIC_LINK_DOMAIN matches domain in your Firebase project. Ensure that App, you are creating the link, is part of that Firebase project. Ensure App has up-to-date GoogleServices.plist (or json).

2) Please share your long link you are having issues to shorten. For long link append &d=1 to the end of the link, and navigate to such link in browser. Ensure there is no error on this debug page and no relevant warnings.

Feel free to open Firebase bug or email myself at oleksiyi at google.com if that did not helped.

Solution 2:

I would suggest to first create the long link and then the sort link, two steps, like in the following question Can't create short Firebase dynamic link -> Dynamic link error 7: Forbidden

Post a Comment for "Firebase Dynamic Link Shorturl Not Working In Android"