Android Firebase 动态 Link 个字符长度

Android Firebase Dynamic Link character length

Firebase 短动态链接是否保证字符长度相同?

我没有在 Android 文档中看到这一点,但 iOS 文档也适用于此处。所有平台都将调用相同的服务器端缩短 API.

此处 https://firebase.google.com/docs/dynamic-links/ios/create 部分 Set the length of a short Dynamic Link

长一:

By default, or if you set the parameter to "UNGUESSABLE", the path component will be a 17-character string

短一:

If you set the parameter to "SHORT", the path component will be a string that is only as long as needed to be unique, with a minimum length of 4 characters.