notificationFunction/functions/index.js
Function sendNotification
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
(data, context)=>{
const user_id = context.params.user_id;
const notification_id = context.params.notification_id;
console.log('We have a notification to send to : ', user_id);