Dashboard Setup

Create a project and copy the deployment key used by the SDK.

Edit

Create the project

  1. Open the NitroPush dashboard.
  2. Create or select an organization.
  3. Create a project for your mobile application.
  4. Add a prod environment. Add test and stage if your release process needs them.
  5. 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.

EnvironmentUse
testInternal development and automated checks
stageRelease candidates and QA
prodProduction users

On this page