Minimal build properties
To ensure different adapters easily adopt the sunbird, it is important to understand the minimal build properties required. In this article, we will delve into these requirements and explore the key factors that play a role in ensuring a seamless integration of sunbird.
The mandatory build properties include the following,
Optional build properties include the following,
The sunbird.properties file contains various properties that are used to configure the app for different environments (dev, staging, and production). For the minimal properties, we are considering only a staging environment as of now.
The properties include the app's ID, version code, and name. It also contains properties specific to the staging environment, such as the base URL, mobile app key and secret, channel ID, producer ID, deep link URLs, OAuth redirect URL, etc.
It also contains properties for Fabric keys, which are used for crash reporting and analytics in the mobile app.
These properties are set to default values and will be replaced with actual values by the developer or dev-ops team before the app is deployed to each environment.
Last updated