Skip to content

Commit 682e1f2

Browse files
committed
Update instructions for setting up push notifications
1 parent 6ee48fc commit 682e1f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Once created, edit the `CMSchApplication` Run Configuration's Spring Boot Active
104104
## Set up push notifications
105105

106106
1. Enable the push notification component on the backend.
107-
2. Create a Firebase project and enable Firebase Cloud Messaging by navigating to `Run` > `Messaging` and clicking on enable.
107+
2. Create a Firebase project and make sure Firebase Cloud Messaging is enabled by navigating to `Run` > `Messaging`.
108108

109109
### Backend setup
110110
1. Navigate to the Firebase Console of your project and open `Project Settings` > `Service accounts`
@@ -116,7 +116,7 @@ Once created, edit the `CMSchApplication` Run Configuration's Spring Boot Active
116116
1. Navigate to the Firebase Console of your project and open `Project Settings` > `General`
117117
2. Scroll down and create a __Web App__ if there is no app already by clicking `Add app`
118118
3. Find the values of `apiKey, projectId, appId, messagingSenderId` and set the `FIREBASE_*` properties in .env
119-
4. Navigate to `Project Settings` > `General` and scroll down to `Web Push certificates`
119+
4. Navigate to `Project Settings` > `Cloud Messaging` and scroll down to `Web Push certificates`
120120
5. If there is no key, click on `Generate key pair`. Copy the value from `Key pair` column and set `VITE_FIREBASE_WEB_PUSH_PUBLIC_KEY` to it.
121121

122122
## Sponsors

0 commit comments

Comments
 (0)