> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/external-link/crm-channels/firebase-cloud-messaging-integration.md).

# (deprecated) Firebase Cloud Messaging (FCM) 연동

## **Firebase Cloud Messaging (FCM)**

Firebase Cloud Messaging는 구글이 공식적으로 제공하는 안드로이드 푸시 채널입니다. 이를 통해 안드로이드 앱에 안정적이고 신속한 푸시 알림 서비스를 제공할 수 있습니다.

## **연동하기**

1. 핵클 대시보드의 워크스페이스 설정 > 외부 연동 화면에 접속해주세요. ([링크](https://dashboard.hackle.io/config/integrations))
2. Firebase Cloud Message를 선택하고 설정을 시작합니다.

![워크스페이스 설정 - 외부 연동](/files/vgeSzaHirDpUpgEQewJU)

3. 이후 노출되는 팝업 화면에 핵클 워크스페이스와 연결할 Firebase의 프로젝트의 서버 키를 입력해주세요.

![Firebase 서버 키](/files/8ObrA9FxgxF2KwDCg6Eh)

6. Firebase의 서버 키는 Firebase 콘솔의 프로젝트 설정 >클라우드 메시징에서 확인 가능합니다.

   ![Firebase 서버 키 확인](/files/KkJnBtOe7eoNGIpRXba8)
7. 서버 키를 입력한 후에 Connect 버튼을 클릭하여 변경 사항을 저장하면 연동이 완료됩니다. 연동이 정상적으로 완료되면, 연동 상태가 '연동 완료'라고 표시되고, 연결된 서버 키 값을 확인할 수 있습니다. 유효하지않은 서버 키를 입력하면 연동이 실패할 수 있습니다.

![Firebase 연동 완료](/files/Ak3V4HxXFph9j1fHnGfH)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hackle.io/external-link/crm-channels/firebase-cloud-messaging-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
