Push Notifications

Firebase Push Notification

Follow the steps below to retrieve the necessary keys and IDs for Firebase Push Notifications:

  1. Firebase Sender ID:
    - Go to the Firebase Console.
    - Select your project or create a new one.
    - Navigate to Project Settings (gear icon in the top left corner).
    - Under the Cloud Messaging tab, locate the Sender ID. Copy it for use in your application.
  2. Firebase Web Push Certificate:
    - In the same Cloud Messaging tab, scroll down to the Web Push Certificates section.
    - Click Generate Key Pair (if not already generated).
    - Copy the generated Web Push Certificate Key.
  3. Firebase Server Key:
    - Under the Cloud Messaging tab in Project Settings, you will find the Server Key.
    - Copy the key for configuring your push notification service.

OneSignal Push Notification for Store Owners

Follow the steps below to retrieve the required details for OneSignal Push Notifications:

  1. OneSignal App ID:
    - Visit the OneSignal Dashboard and log in to your account.
    - Create a new app or select an existing one.
    - Navigate to the app's settings, and you will find the App ID. Copy it for use in your system.
  2. OneSignal REST API Key:
    - In the OneSignal Dashboard, go to Settings > Keys & IDs.
    - Locate the REST API Key under the API keys section.
    - Copy the key for integration with your application.

Use these keys and IDs to configure Firebase and OneSignal for sending push notifications effectively to users and store owners.