[Quick Links] Create a firebase remote config to store links
- Dominant language
- Dart
- Stars
- 44
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
As a developer, I want to add, remove or modify the quick links without updating the application.
**Describe the solution you'd like**
Create a firebase remote config containing the name, icon url and url of the app in the quick links. The icons would be stored in a firebase storage
Example:
```
[
{
"id": "1",
"nameFr": "Sécurité",
"nameEn": "Security",
"icon": "shield-halved",
"link": "security"
},
{
"id": "2",
"nameFr": "MonÉTS",
"nameEn": "MonÉTS",
"remotePath": "ic_monets_sans_nom_red.png",
"link": "https://portail.etsmtl.ca/home"
},
]
```
Contributor guide
Assessment
This issue has not been assessed yet.