Admin Configuration Page Setup
We have a requirement to create an admin page in our firefly app which will be configured to take all the API's endpoints and API key initially on App setup and set those values for all the app users. It's mostly all the fields that go in .env file but we want it to be configurable by admin.
1. Can we use aio-lib-state for this?
2. If yes, whether these configurations would be available for all users?
3. And how to initialize this as the first thing app loads for any user.
4. Also, we're not sure how to retrieve values from aio-lib-state from different action files.
This would be similar to how the ims object becomes available on bootstrapping the app in index.js
Thanks in advance.
