【发布时间】:2019-04-10 22:46:11
【问题描述】:
我制作了一个简单的 Python 脚本,使用 POST API 为我的应用生成 firebase 动态链接 https://firebase.google.com/docs/dynamic-links/rest
但是,在 Web UI 中,我可以设置自定义链接地址(即 example.app.goo.gl/customlinkname),而使用 API 地址似乎总是自动生成的。
使用POST API有这样的功能吗?
我尝试使用 customSuffix 参数设置“选项”:CUSTOM,但响应是不支持选项 CUSTOM。
【问题讨论】:
标签: firebase firebase-dynamic-links