How to shorten a Firebase Dynamic Link using my own domain name

前端 未结 2 998
悲哀的现实
悲哀的现实 2021-01-11 12:58

I\'m trying to implement Firebase Dynamic Links in an iOS app. The goal is to have a clean URL for marketing purposes so folks can share links on social media. The idea is f

2条回答
  •  时光说笑
    2021-01-11 13:07

    Google Firebase team added support for custom subdomains to Dynamic Links.

    • You can now specify up to five custom page.link subdomains for your Dynamic Links. Short links using these new custom subdomains look like the following example: https://example.page.link/abcXYZ

    • Firebase Dynamic Link domains assigned on projects couldn't be deleted at this time.( firebase team is working on it.)

    • You can now whitelist the URL patterns that can be used as a Dynamic Link's deep link (link) or fallback link (ifl, ipfl, afl, ofl). If you define a whitelist, Dynamic Links won't redirect to URLs that don't match a whitelisted pattern.

    • You can try both of these features in the Firebase console.

提交回复
热议问题