Skip to content

Commit 69803fa

Browse files
committed
doc: unused doc files
1 parent 0e2231b commit 69803fa

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
NOTE: ce fichier n'est plus utilisé depuis 2022, les changements sont documentés sur la page des releases.
2+
13
# Version actuelle - v5.2.2 - 18/09/2022
24

35
## 🎉 Nouveautés

doc/NOTIFICATIONS.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Push notifications
22

3+
NOTE: this file is outdated. Notifications were removed in 2025 because
4+
the library used was no longer receiving updates and was causing crashes.
5+
Furthermore, maintaining notifications has been quite a burden. I will
6+
leave the choice of restoring notifications to the following team. (Paul)
7+
38
## Inside the app
49

510
Notification setup is done in `src/utils/Notifications.ts`
@@ -86,15 +91,15 @@ Further reading about [FCM send](https://firebase.google.com/docs/reference/fcm/
8691
- Set up a [service
8792
worker](https://console.cloud.google.com/iam-admin/serviceaccounts?project=amicaleinsatoulouse).
8893
You will likely need to give it a role similar to `Agent de
89-
service de gestion du service Firebase`.
94+
service de gestion du service Firebase`.
9095
- Create a key for this service worker
9196
- Securely transfer the key file to the production environment
9297
- Remove key from your system.
9398
- `gcloud auth activate-service-account <service worker email>
94-
--key-file=amicaleinsatoulouse-XX.json`
99+
--key-file=amicaleinsatoulouse-XX.json`
95100
- Ensure you are using the service worker (active) : `gcloud auth
96-
list`. If needed you can change the active accout with `cloud
97-
config set account <serice worker email>`
101+
list`. If needed you can change the active accout with `cloud
102+
config set account <serice worker email>`
98103
- Remove worker key file.
99104

100105
### Sending a notification in the production environment

0 commit comments

Comments
 (0)