我制作了一个简单的 python 脚本,使用 POST API https://firebase.google.com/docs/dynamic-links/rest为我的应用程序生成 firebase 动态链接
但是,在 Web UI 中,我可以设置自定义链接地址(即 example.app.goo.gl/customlinkname),而使用 API 地址似乎总是自动生成的。
使用 POST API 是否有这样的功能?
我试图设置“选项”:带有 customSuffix 参数的 CUSTOM,但是响应是不支持选项 CUSTOM。