wizard699 Active Member Licensed User Longtime User Jun 27, 2018 #1 If I use this code cfg.fetch(86400) There is a compile error. Seems that fetch method doesn't accept any parameters, differently form documentation fetch (cacheExpiration As Int)
If I use this code cfg.fetch(86400) There is a compile error. Seems that fetch method doesn't accept any parameters, differently form documentation fetch (cacheExpiration As Int)
DonManfred Expert Licensed User Longtime User Jun 27, 2018 #2 Fetch does not accept parameter. Fetch2 does have the cacheExpiration parameter Upvote 0
wizard699 Active Member Licensed User Longtime User Jun 27, 2018 #3 Ah ok ... I've seen this thread https://www.b4x.com/android/forum/threads/firebase-remoteconfig.67801/ The parameter is in seconds? Upvote 0
Ah ok ... I've seen this thread https://www.b4x.com/android/forum/threads/firebase-remoteconfig.67801/ The parameter is in seconds?
DonManfred Expert Licensed User Longtime User Jun 27, 2018 #4 Maybe i have a newer one Attachments FirebaseRemoteConfigV2.01.zip 8 KB · Views: 353 Upvote 0
DonManfred Expert Licensed User Longtime User Jun 27, 2018 #5 wizard699 said: The parameter is in seconds? Click to expand... Yes Upvote 0