Json – How can I send custom object from my callable Firebase Cloud Function in TypeScript to my Unity app?
I'm trying to use Firebase and its callable Cloud Functions for my Unity project. With the docs and different posts I found on the web I struggle to understand how returning data works. (I come from Azure Functions in C#)…