Android Question Firebase RemoteConfig ... fetch problem

wizard699

Active Member
Licensed User
Longtime User
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)
 
Top