> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/push/integrations/providers.md).

# Providers

**Where:** Push → Integrations → **Add** · `/projects/<project>/push/integrations/pick`

Pick a provider below to see what it is for and what its configuration form asks. In the app the same catalog appears as a gallery on the pick screen; providers you already connected are marked.

| Provider                                                                       | What it is                                                                                                             |
| ------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| [Apple Push Notification service](/cloud/push/integrations/providers/apns.md)  | Apple Push Notification service (APNs) is the centerpiece of the remote-notifications feature.                         |
| [Firebase Cloud Messaging](/cloud/push/integrations/providers/fcm.md)          | Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost. |
| [Safari Push Notifications](/cloud/push/integrations/providers/safari-push.md) | Send push notifications to macOS Safari users using a Safari Push certificate (.p12) registered with Apple.            |
| [Chrome Plugin Push](/cloud/push/integrations/providers/chrome-plugin.md)      | Send push notifications to a Chrome extension you publish, using VAPID keys plus the extension id.                     |
| [Chrome Web Push](/cloud/push/integrations/providers/chrome-web.md)            | VAPID-based web push for Chrome browsers.                                                                              |
| [Firefox Web Push](/cloud/push/integrations/providers/firefox-web.md)          | VAPID-based web push for Firefox browsers.                                                                             |
| [Edge Web Push](/cloud/push/integrations/providers/edge-web.md)                | VAPID-based web push for Microsoft Edge browsers.                                                                      |

## API reference

Endpoints: [Push](/api-reference/notifications/push.md).
