Delete FCM token on inactivity closure
This commit is contained in:
@ -94,6 +94,7 @@ export async function onRequestPost(context: RequestContext) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete requestedNotice.fcm_token;
|
||||||
delete requestedNotice.user.email;
|
delete requestedNotice.user.email;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user