简体   繁体   English

Firebase动态链接的短链接数是否有限制?

[英]Is there a limit to the number of short link for Firebase Dynamic Link?

Are there any upper limit on the number of short URL that can be created in Firebase Dynamic link? Firebase动态链接中可以创建的短网址数量是否有上限?

https://firebase.google.com/docs/dynamic-links/android/create#create-a-dynamic-link-from-parameters https://firebase.google.com/docs/dynamic-links/android/create#create-a-dynamic-link-from-parameters

Such as shortened URL is made in units from hundreds to thousands per a day... 比如缩短的URL是以每天数百到数千为单位制作的......

The quota is listed in the Dynamic Links documentation : 配额列在动态链接文档中

Requests are limited to 50 queries per second 5 requests/IP address/second, and 100,000 200,000 queries per day. 请求限制为 每秒50个查询 5个请求/ IP地址/秒,以及每天 100,000个 200,000个查询。 If exceeded, then the response will return HTTP error code 429. 如果超出,则响应将返回HTTP错误代码429。

To request for more quota, fill out this form . 要申请更多配额,请填写此表单

So, up to 5 requests/IP address/second, and 200,000 per day. 因此,最多5个请求/ IP地址/秒,每天200,000。 (as of August 15th 2019) (截至2019年8月15日)

There is no documented limit to the number of short links you can make in a day. 您可以在一天内制作的短链接数量没有书面限制。 But the service is monitored for abusive behavior. 但是,该服务受到滥用行为的监控。

From the comments: If your use case involves creating hundreds of short links per second, it is best to reach out to Firebase support to discuss your requirements. 评论:如果您的用例涉及每秒创建数百个短链接,最好联系Firebase支持以讨论您的要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM