# Hnspushnotification

The HNSPushNotification Connector facilitates push-based notifications to various platforms using the specified configurations.

## HNSPushNotification

* **Name**: The name of the HNSPushNotification instance.
* **Apiurl**: The API URL for sending push notifications.
* **User**: The username used for authentication with the push notification service.
* **Password**: The password associated with the user account for authentication.
* **Topicsubscribe**: Topic to subscribe to for receiving push notifications.

### FirebaseConfig

* **Openfile**: The configuration file used for Firebase push notifications.
* **Devid**: Device ID used for registration.
* **Register**: Registration details for Firebase.

### PushConfig

* **Android Config**: Configuration file for Android push notifications.
* **iOS Config**: Configuration file for iOS push notifications.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.emobiq.com/emobiq-client/008-services/001-services-reference/hnspushnotification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
