I can successfully enable App Check for my Firebase Functions and they are working as expected when I deploy them to the Firebase server. However, when I try to test with Firebase emulator, the functions with App Check will return unauthenticated error.
How can I make the emulator return a valid response? Is there any way like adding the debug token in the emulator, like the Firebase console?