Firebase 动态链接 - 自定义后缀
Firebase dynamic links - custom suffix
我制作了一个简单的 python 脚本,使用 POST API 为我的应用生成 firebase 动态 link
https://firebase.google.com/docs/dynamic-links/rest
但是,在网络 UI 中我可以设置自定义 link 地址(即 example.app.goo.gl/customlinkname),而使用 API 地址似乎是始终自动生成。
使用POSTAPI有这样的功能吗?
我尝试使用 customSuffix 参数设置 "option": CUSTOM,但响应是不支持 CUSTOM 选项。
不——使用 REST 或客户端 SDK 时无法使用此功能。仅适用于您使用 Firebase 控制台创建的动态链接。
我制作了一个简单的 python 脚本,使用 POST API 为我的应用生成 firebase 动态 link https://firebase.google.com/docs/dynamic-links/rest
但是,在网络 UI 中我可以设置自定义 link 地址(即 example.app.goo.gl/customlinkname),而使用 API 地址似乎是始终自动生成。
使用POSTAPI有这样的功能吗?
我尝试使用 customSuffix 参数设置 "option": CUSTOM,但响应是不支持 CUSTOM 选项。
不——使用 REST 或客户端 SDK 时无法使用此功能。仅适用于您使用 Firebase 控制台创建的动态链接。