NB: Be aware of sharing this sensitive credentials on any repo, anyone have this credentials have a step away messing up with your app.
const EncryptionKey = 'YOUR_ENCRYPTION_KEY';
const ONESIGNAL_APP_ID = 'YOUR_ONESIGNAL_APP_ID';
export {EncryptionKey, ONESIGNAL_APP_ID};