Call api to get rules and device tokens in rules handler

This commit is contained in:
Hongbo Wu
2022-11-21 17:03:46 +08:00
parent f358094bbf
commit 9af670a5bc
5 changed files with 144 additions and 33 deletions

View File

@ -21,11 +21,10 @@
},
"dependencies": {
"@google-cloud/functions-framework": "3.1.2",
"@sentry/serverless": "^6.16.1",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"firebase-admin": "^10.0.2",
"@sentry/serverless": "^6.16.1",
"pg": "^8.3.3",
"typeorm": "^0.3.4",
"typeorm-naming-strategies": "^4.1.0"
"jsonwebtoken": "^8.5.1"
}
}