cd app
yarn install
yarn start
yarn run android
cd service
poetry install
poetry run python src/main.py
- It's required to create a Firebase project (Cloud Messaging).
SENDER_ID
(env file) is available in Project Settings > Cloud Messaging (Firebase).google-services.json
is available to download in Project Settings > General (Firebase). The file should be located atambrosio/app/android/app
.firebase_sdk_credentials.json
is available to download in Project Settings > Service Accounts (Firebase). The file should be located atambrosio/service
.- Always run the app on a real device.
Copyright (c) 2021-present, João Santos