fumito-ito / SwiftyRemoteConfig

SwiftyRemoteConfig makes Firebase Remote Config enjoyable to use by combining expressive Swifty API with the benefits of static typing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support `$lastFetchedTime` and `$lastFetchedStatus` in property wrappers

fumito-ito opened this issue · comments

Checking config value status is common use case for remote config. To check it without RemoteConfig instance, return lastFetchedTime and lastFetchedStatus as projected value.