Dashboard Setup
Create a project and copy the deployment key used by the SDK.
Create the project
- Open the NitroPush dashboard.
- Create or select an organization.
- Create a project for your mobile application.
- Add a
prodenvironment. Addtestandstageif your release process needs them. - Copy the project ID and the environment's deployment key.
The project ID identifies uploads made by the CLI. The deployment key connects an installed app to an environment.
Keep keys out of JavaScript
Configure the deployment key through the Expo config plugin, Info.plist, or AndroidManifest.xml. Do not expose it through a JavaScript environment variable.
Recommended environments
| Environment | Use |
|---|---|
test | Internal development and automated checks |
stage | Release candidates and QA |
prod | Production users |