I run a local emulator for firebase functions. When I'm executing an onCall
function from the frontend side I see this message in my functions' console:
{"verifications":{"app":"VALID","auth":"MISSING"},"logging.googleapis.com/labels":{"firebase-log-type":"callable-request-verification"},"severity":"INFO","message":"Callable request verification passed"}
I followed all the instructions (activated App Check in Firebase console, connected reCaptcha, and set up the debug token), but still no success. Does anyone have an idea what's wrong here? Does the App Check work with functions using emulator at all?
auth
property to be populated too?auth
property needs to beVALID
too. But I don't know how to achieve that. In the console output, I can see that the function is being triggered but not executed.