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)
 

DonManfred

Expert
Licensed User
Longtime User
Fetch does not accept parameter. Fetch2 does have the cacheExpiration parameter
 
Upvote 0
Top