- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
@shelly-goel - a Firefly app is deployed to a workspace that you specify, which assigns a Runtime namespace and relevant State lib access for it.
Speaking about app state, there are 2 separate concepts:
- build variables: used for building and deploying the app. Those are the values set in .env such as Runtime namespace and auth key, product API key, etc.
- application variables: used by the application to manage its state (such as a list of customers, product names). You could use aio-lib-state for these.
Can you elaborate on the request? Which kind of variables are you asking about?