Back to Guides

Environment Configuration

Set up development, staging, and production environments.

Environment Types

Configure different environments for different stages of your app:

  • Development: For local development and testing
  • Staging: For QA and internal testing
  • Production: For app store releases

Environment Variables

Set environment-specific variables for API endpoints, feature flags, and configuration. Each environment can have its own set of variables.