I have implemented Firebase InApp Messaging & have few questions regarding the same. Once we launch the app got this message in logcat "Fetching campaigns from service."
How many times in a day firebase fetches the campaigns from service.(I am not talking about the per device frequency)
Is there any time interval for the above?
I have gone through the firebase docs but there is nothing mentioned like this. Also referred the below blog for the latency from app to firebase console.(but there is nothing mentioned about the InApp messaging)
Assumptions:
Based on my findings, I came to know that "Firebase InApp messaging" is to send the contextual messages to valuable users. So firebase don't want to spam the messages to users.(may fetches campaigns only once in a day once app launch)
Please if anyone have idea about the same share your finding as well.
Please suggest.
Thanks.