Closed daniellemariani closed 5 years ago
This issue does not seem to follow the issue template. Make sure you provide all the required information.
Hmm interesting @daniellemariani . This sounds like an SDK issue I will move it over to there for more investigation.
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
@daniellemariani thanks for the feedback on this. This is a know issue on the Remote Config team and they are working to address it and bring it in line with the other SDKs.
Thanks for the heads up.
Do you know what version this feature will be added? @kroikie @samtstern
@daniellemariani sorry we can't share specific timelines, but it will be included along with some other improvements in an upcoming version.
The recent releases of remote config support multiple apps via FirebaseRemoteConfig#getInstance(FirebaseApp)
When supporting multiple projects (environments), FirebaseDatabase and FirebaseAuth provide a function
getInstance(app)
that allows to switch environment, but FirebaseRemoteConfig does not provide that function, it only provides agetInstance()
.Version: 16.3.0
Is there a way to switch projects? Is it consider to support getInstance(app) in FirebaseRemoteConfig?