# 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://content.gitbook.com/content/LNfw7ZA0Eb8JL71w4H2T/blobs/TQoLRt0g8tW5qxLADroz/Screenshot%202024-06-03%20at%206.39.42%20PM.png" 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://content.gitbook.com/content/LNfw7ZA0Eb8JL71w4H2T/blobs/POALrYx7DY9K7SSyx0M3/Screenshot%202024-06-03%20at%206.48.09%20PM.png" alt=""><figcaption></figcaption></figure>
