> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gameball.co/llms.txt
> Use this file to discover all available pages before exploring further.

# How Do I Allow Huawei Users to Receive Push Notifications from My Program?

> Enable customers who use Huawei smartphones to receive notifications created on Gameball through few simple steps.

Knowing how Huawei requires its own setup if we want to connect with their systems, Gameball now enables you to setup this connection in few steps to enable **Huawei push notifications**.

***

## How Does It Work?

When sending notifications, the system will detect if a user has a **Huawei device** and send the push notification via **Huawei's push service (HMS - Huawei Mobile Services)** instead of Firebase (FCM).

<Note>If a customer has both **Google Play and Huawei services**, prioritize Firebase.</Note>

***

## Requirements for a Successful Setup

You must provide the following Huawei credentials in the Gameball dashboard:

| Credential    | Description                              |
| ------------- | ---------------------------------------- |
| Client ID     | Unique identifier for your Huawei app    |
| Client Secret | Secret key used to authenticate with HMS |

***

## How to Get Your Huawei App Client ID and Secret

In the **App information** area displayed, view the app information, and you will find the Client ID and Client Secret.

<Frame>
  <img src="https://mintcdn.com/gameball/Qqba4gmzc_M6HaMy/images/product-docs/guides-strategies-faqs/huawei-app-information.png?fit=max&auto=format&n=Qqba4gmzc_M6HaMy&q=85&s=434f5bf3ce86c90dcfc02f55483b7cfc" alt="Huawei App Information" width="1507" height="690" data-path="images/product-docs/guides-strategies-faqs/huawei-app-information.png" />
</Frame>

***

## Configure Huawei Push Notifications on the Dashboard

<Steps>
  <Step title="Navigate to Mobile Configuration">
    On the Gameball Dashboard, go to **Settings > Admin Settings > Mobile Configuration**.

    <Frame>
      <img src="https://mintcdn.com/gameball/Qqba4gmzc_M6HaMy/images/product-docs/guides-strategies-faqs/huawei-mobile-configuration.png?fit=max&auto=format&n=Qqba4gmzc_M6HaMy&q=85&s=58fde3fead038a760f83dc270526a0c6" alt="Mobile Configuration Settings" width="1416" height="765" data-path="images/product-docs/guides-strategies-faqs/huawei-mobile-configuration.png" />
    </Frame>
  </Step>

  <Step title="Enter Your Huawei Credentials">
    Scroll down to **Huawei Configuration** and click the edit icon next to **Client ID** to paste the retrieved ID, then do the same with **Client Secret**.

    <Frame>
      <img src="https://mintcdn.com/gameball/Qqba4gmzc_M6HaMy/images/product-docs/guides-strategies-faqs/huawei-configuration-edit.png?fit=max&auto=format&n=Qqba4gmzc_M6HaMy&q=85&s=02a5f69f89defe2cb520fb30ff9a4143" alt="Edit Huawei Configuration" width="1416" height="765" data-path="images/product-docs/guides-strategies-faqs/huawei-configuration-edit.png" />
    </Frame>
  </Step>

  <Step title="Save and Test">
    Click **Save** and use the test connection functionality to verify the setup is working correctly.
  </Step>
</Steps>

***

## Related Articles

<CardGroup cols={2}>
  <Card title="Mobile and Web Integration FAQs" icon="mobile" href="/product-documentation/guides-strategies-faqs/faqs/mobile-web-integration-faqs">
    Common questions about integrating Gameball with mobile and web platforms.
  </Card>

  <Card title="Publish Gameball Experience and Widget" icon="rocket" href="/product-documentation/guides-strategies-faqs/supportive-guides/publish-gameball-experience">
    Learn how to enable the Gameball experience on your platform.
  </Card>
</CardGroup>
