# 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://500245377-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIkpthLdCmCVdIgYrsYJ8%2Fuploads%2FUwFR0rT0c7E2LB2Owzrl%2Fimage.png?alt=media&#x26;token=b4702f0f-3af5-4ba2-b75f-c5f327624255" 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://500245377-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIkpthLdCmCVdIgYrsYJ8%2Fuploads%2FcUqP1DYRl4NIEjsUbCZF%2Fimage.png?alt=media&#x26;token=1dc27360-51c8-4dde-8920-e580b539ec6e" alt=""><figcaption></figcaption></figure>
