I am developing feature with firebase dynamic link. And I've found that firebase has a request limit for building a new dynamic link.
According to the Firebase console, it says, 300 requests per user per minute.
According to the Firebase documentation, ( https://firebase.google.com/docs/dynamic-links/rest ) it says, 5 requests per ip address per second.
Q1. Which one is the correct limit on firebase dynamic link request? user or ip address?
Q2. I am trying to request the increase in Firebase Dynamic Links API quota as the Firebase guides. ( https://firebase.google.com/support/troubleshooter/fdl/quotas ) I am trying to make the burst quota 1000 requests/minute but I am curious if it seems too high compared to the other apps. Does it seem awkward for requesting 1000/minute?