简体   繁体   中英

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?

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...

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. If exceeded, then the response will return HTTP error code 429.

To request for more quota, fill out this form .

So, up to 5 requests/IP address/second, and 200,000 per day. (as of August 15th 2019)

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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