About Firebase Function Quotas and Limits

168 views
Skip to first unread message

Martian

unread,
May 20, 2023, 3:15:50 PM5/20/23
to Firebase Google Group
Hi, I have two questions about Firebase Function Quotas and Limits.
1. Here(https://firebase.google.com/docs/functions/quotas#rate_limits) I see that the limit for API calls (CALL) is 16 per 100 seconds. What are API calls? 
2. And OnCall and onRequest belong to API calls (READ), with a limit of 5000 per 100 seconds, right?

Thanks

Daniel Lee

unread,
May 21, 2023, 10:25:02 AM5/21/23
to fireba...@googlegroups.com
Hi Martin,

1. CALL refers to https://cloud.google.com/functions/docs/reference/rest/v1/projects.locations.functions/call API. It's an uncommon but supported way to invoke a function deployed on Google Cloud Function, and the associated quota is unrelated to calling the function via it's cloudfunctions.net URL or by being triggered from an event.

2. No. READ API quota refers to the API call to read list of functions using the Google Cloud Functions public API. You don't really have a quota on the number of requests made to your functions - the GCF platform will scale your function to respond to all requests.

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/5d215f29-4528-4e53-b5e3-156cb72e5997n%40googlegroups.com.

Lincoln Abraham

unread,
May 23, 2023, 10:21:30 AM5/23/23
to fireba...@googlegroups.com
I SEE, thanks a lot

'Daniel Lee' via Firebase Google Group <fireba...@googlegroups.com> 于2023年5月21日周日 22:25写道:
You received this message because you are subscribed to a topic in the Google Groups "Firebase Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/firebase-talk/ysVis27S9CI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to firebase-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CAF53BK4QJjB1oooiJrSwHNRA38Gg1pFkkz4q%2BFW_%2BsGpRCjb1w%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages