UNPKG

@janiscommerce/app-push-notification

Version:

This package will take care of performing the main actions for registration to receive notifications in the foreground and background.

9 lines (6 loc) 175 B
/* istanbul ignore file */ const DEFAULT_STORAGE_CONFIG = { maxStorageQuantity: 50, expirationTime: 7200, // 5 days in minutes }; export default DEFAULT_STORAGE_CONFIG;