We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556d1be commit 5a22855Copy full SHA for 5a22855
packages/functions/src/service.ts
@@ -245,7 +245,9 @@ export function httpsCallableFromURL<
245
return callable as HttpsCallable<RequestData, ResponseData, StreamData>;
246
}
247
248
-function getCredentials(functionsInstance: FunctionsService) {
+function getCredentials(
249
+ functionsInstance: FunctionsService
250
+): 'include' | undefined {
251
return functionsInstance.emulatorOrigin &&
252
isCloudWorkstation(functionsInstance.emulatorOrigin)
253
? 'include'
0 commit comments