Push Notification
- Create a OneSignal Account
- Your One Signal APP ID, Available in Keys & IDs
- Put your ONESIGNAL APP ID here with your OneSignal google project number in your android/app/build.gradle folder.
Android { defaultConfig { manifestPlaceholders = [ onesignal_app_id: ‘PUT YOUR ONESIGNAL APP ID HERE’, // Project number pulled from dashboard, local value is ignored. onesignal_google_project_number: ‘REMOTE’ ]}}
Generate Credentials
Please follow below articles for generating credentials.
For Android:
You can follow this link to Generate a Google Server API Key