Integrate remote config actions upload/download/clone to cli
See original GitHub issueAs a mobile engineer, in many cases, i have to make lots of edits in remote config through firebase web app and in similar apps i have to renter the same remote configs.
So i order to automate the above i have created my own curl based bash scripts that download/ upload remote config and also clone them between projects.
I could make an API command proposal and implementation if you are interested. What do think about it?
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
Modify Remote Config programmatically - Firebase
This document describes how you can programatically read and modify the set of JSON-formatted parameters and conditions known as the Remote Config template....
Read more >Integrating Remote Config on Android Codelab
In this codelab, you will learn how to implement and use Remote Config on Android.
Read more >Get started with Firebase Remote Config - FlutterFire
You can use Firebase Remote Config to define parameters in your app and update their values in the cloud, allowing you to modify...
Read more >Monitoring Changes In Firebase Remote Config Using Kotlin ...
To deploy our Cloud Function from our local development machine, we need to do several things: Install gcloud cli; Authenticate gcloud with our...
Read more >Practical Guide: Flutter + Firebase + FlutterFire CLI + CI ...
The floating action button in the HomeScreen widget will be responsible for triggering the fetching of configurations from the remote server. In ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @xalikoutis thanks for your suggestions. We have combined them with some additional features for API review. I’ll update this issue once the API review is complete. Once approved we would welcome an implementation PR if you are still interested.
@kroikie are there any plans for Remote Config upload support in the CLI?