About usage limits of firebase remote config

525 views
Skip to first unread message

村野翔太

unread,
Oct 27, 2020, 5:52:30 AM10/27/20
to Firebase Google Group
Hello,

I am using firebase remote config by referring to the following site. 
------
------
Among them, getvalue () is used.
 Is there a limit to the number of times getvalue () can be used per minute?  
Or if you fetch, is there no limit? 

I hope to not have caused any inconvenience. Thank you for your cooperation. 

Sam Stern

unread,
Oct 27, 2020, 6:45:47 AM10/27/20
to Firebase Google Group
Hi there,

getValue() doesn't actually make a network call, that's done by fetch(). There is no limit on how often you can call getValue()!

- Sam

--
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/89f00115-531e-4f7a-bc28-c301ea1202a1n%40googlegroups.com.

村野翔太

unread,
Oct 28, 2020, 2:43:32 AM10/28/20
to fireba...@googlegroups.com
Thank you for your reply while you are busy.

I have additional questions.
Is it correct to use remote config as shown below?
------
1. Update the list on the web application side from the remote config server at regular intervals.
   fetch()
2. The users can get the list without any limits using the web app.
   getValue()
------

Also, fetch () was previously limited to 5 times in 60 minutes.
However, it was written that the latest version had relaxed limits.
Specifically, how often did fetch () become possible?

I hope to not have caused any inconvenience. Thank you for your cooperation.   


2020年10月27日(火) 18:52 村野翔太 <dcmsd090...@gmail.com>:
--
Reply all
Reply to author
Forward
0 new messages