2
votes

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/

1

1 Answers

3
votes

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.