# NimbleNet credentials (REQUIRED)
NIMBLENET_CONFIG_CLIENT_ID=your_client_id
NIMBLENET_CONFIG_CLIENT_SECRET=your_client_secret
NIMBLENET_CONFIG_HOST=https://your-nimblenet-endpoint.com
# Optional — Remote logging
LOGGER_KEY=your_logger_key
# Optional — Release signing (keystore placed at android/android-keystore)
KEYSTORE_PASSWORD=*****
KEYSTORE_ALIAS=your_alias
Where can I get the above credentials and just for curiosity why do we need these?