functions/src/index.ts
Function sendNotification
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
.onCreate(async (data, context) => {
const notificationId = context.params.notificationId;
const notif = data.val();
const getDeviceTokensPromise = admin.database()
.ref(`/users/${notif.receiver}/tokens`).once("value");