Firebase cloud function http request crashing
问题 I'm trying to send expo push notification via firebase cloud functions, in order to send notifications from the web app to devices that have downloaded the mobile app. When I send the request from Postman, it works just fine... i get the ok response and the notification shows up on my phone. But when I try to make the request from the web app, i get this in the functions log: Function execution took 22 ms, finished with status: 'crash' Any ideas why is this happening? Couldn't find anything