Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do Firebase Dynamic Links have a usage quota?

I'm implementing a Firebase Dynamic Link, but have a concern regarding traffic. Is there a quota on usage? For example, if you exceed your quota on many of the Google Cloud API products, you will receive an error. (e.g. error code 429)

Do firebase Dynamic Links have a usage quota?

https://firebase.google.com/docs/dynamic-links/

like image 811
Bruce Seymour Avatar asked Sep 13 '25 00:09

Bruce Seymour


1 Answers

No, Dynamic Link usage is free and unlimited in volume. The only limits are around the rate at which they can be served:

Requests are limited to 50 queries per second and 100,000 queries per day. If exceeded, then the response will return HTTP error code 429. To request for more quota, fill out this form.

like image 134
Doug Stevenson Avatar answered Sep 15 '25 23:09

Doug Stevenson