Skip to content

Fix crash on ios with remote config #245

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 5 commits into from
Mar 21, 2022

Conversation

muwasi
Copy link
Contributor

@muwasi muwasi commented Oct 19, 2021

Following code was crashing on iOS

val remoteConf = Firebase.remoteConfig
remoteConf.settings {
minimumFetchIntervalInSeconds = 60
}
remoteConf.setDefaults(*defaults)
remoteConf.fetch()
remoteConfig = remoteConf.al

yves tessier and others added 3 commits October 19, 2021 12:29
       val remoteConf = Firebase.remoteConfig
        remoteConf.settings {
            minimumFetchIntervalInSeconds = 60
        }
        remoteConf.setDefaults(*defaults)
        remoteConf.fetch()
        remoteConfig = remoteConf.all
@nbransby nbransby merged commit 5c85236 into GitLiveApp:master Mar 21, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants