Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 878
yuki312 Avatar asked Aug 08 '17 01:08

yuki312


2 Answers

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)

like image 187
Jake Lee Avatar answered Sep 21 '22 10:09

Jake Lee


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.

like image 38
Frank van Puffelen Avatar answered Sep 19 '22 10:09

Frank van Puffelen