How is it possible in firebase cloud function shell, to add authentication token, in order to test callables that require authentication ?
what is good syntax for user authentication token :
firebase > myAwsomeCallable({foo:"bar"},{"whatIsKeyforToken:"token");
Does anyone can knows a working example ? what is correct data structure for second parameter (which is context/authent in callable signature) ?
Best regards