> For the complete documentation index, see [llms.txt](https://doc-primelms.mrb-lab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc-primelms.mrb-lab.com/admin-setup/3.-firebase-setup/3.4-push-notification-setup.md).

# 3.4 Push Notification Setup

* From your Firebase console, go to the **Project Settings > Service Accounts** Tab. You need to download your service account information. &#x20;
* **Firebase Admin SDK > Node.js > Generate new private key** and a JSON file will be downloaded.
* Open that JSON file in any text editor and copy the information inside the **{}** curly bracket.

<figure><img src="https://3680394644-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyaJJT5ZOPh9eibDKGSOc%2Fuploads%2F1hIEbc3OMqu6ashdPNt4%2FScreenshot%202024-06-03%20at%206.39.42%20PM.png?alt=media&amp;token=491db41f-d1dd-401d-8fd2-a5482caf51f6" alt=""><figcaption></figcaption></figure>

* Now go to your IDE and open **lib/configs/fcm\_config.dart** the file and paste the text you have just copied inside the curly bracket. That's it.

<figure><img src="https://3680394644-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyaJJT5ZOPh9eibDKGSOc%2Fuploads%2FvQ38BQSqHtPs5ODRzphj%2FScreenshot%202024-06-03%20at%206.48.09%20PM.png?alt=media&amp;token=7bfc06b9-0eb7-4616-b0dc-7b8b3c4433c9" alt=""><figcaption></figcaption></figure>
