- run
make setup
in the project root directory
- place
upload-keystore.jks
inandroid/app
directory - place
key.properties
inandroid
directory - for more details, see
Security/upload-keystore.jks
on Notion
- switch configDev or configProd based on environment at web/index.html
fvm flutter build web
firebase use dev
orfirebase use prod
firebase deploy --only hosting
When making a pull request, add issue number in the title, which is shown on the corresponding Notion document.
e.g. [ISS-123] Add new feature