Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix crash on ios with remote config #245

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants