Skip to content

[remote_config] Select a specific FirebaseApp #5576

Discussion options

You must be logged in to vote

Hi @nthungdev I think this has now been added. If you go to the FlutterFire docs, you should be able to now add remote config for a specific app as follows:

FirebaseApp secondaryApp = Firebase.app('SecondaryApp');
FirebaseRemoteConfig remoteConfig = FirebaseRemoteConfig.instanceFor(app: secondaryApp); 

Hope this helps!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nthungdev
Comment options

Answer selected by nthungdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1531 on April 01, 2021 17:38.