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

[firebase_remote_config] Fix Future already completed RemoteConfig.instance #28

Merged
merged 4 commits into from
Aug 30, 2019

Conversation

collinjackson
Copy link
Contributor

@collinjackson collinjackson commented Aug 25, 2019

Migrates flutter/plugins#1966 by @IchordeDionysos

I ended up rewriting it a bit.

Note: It seems the plugin was working fine and the behavior is covered by a test, but there was a spurious error message in the logs. This PR is removing the error message in the logs, and I don't think I can easily cover that in a test.

Fixes flutter/flutter#38060

@collinjackson collinjackson changed the title Fix Future already completed RemoteConfig.instance [firebase_remote_config] Fix Future already completed RemoteConfig.instance Aug 25, 2019
@kroikie kroikie merged commit 08dad0c into firebase:master Aug 30, 2019
@IchordeDionysos
Copy link
Contributor

I still get the error with this merge request 🤔

@kroikie
Copy link
Collaborator

kroikie commented Sep 9, 2019

@IchordeDionysos would you mind filling an issue with the details of what you are seeing so we can have a closer look?

@IchordeDionysos
Copy link
Contributor

IchordeDionysos commented Sep 9, 2019

@kroikie I've filed an issue with an MVCE so you can easily see the problem yourself: #120

@IchordeDionysos
Copy link
Contributor

IchordeDionysos commented Feb 26, 2020

@collinjackson @kroikie This issue does not seem to be fixed by this pull request: #195

@firebase firebase locked and limited conversation to collaborators Aug 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remote Config fails with Future already complete with two RemoteConfig.instance
3 participants