Settings and activity
2 results found
-
38 votes
An error occurred while saving the comment Vegar Skjærven Wang supported this idea ·
-
5 votes
Vegar Skjærven Wang supported this idea ·
Vegar Skjærven Wang shared this idea ·
2 results found
I've struggled with the same and have voted for this idea.
I've been able to functions, auth and firebase to connect over https on the client side for the emulators.
initializeFirestore(app, { host: "localhost:8081", ssl: true });
connectAuthEmulator(auth, "https://localhost:9100");
const functions_eur = getFunctions(getApp(), "europe-west1");
someFunction = httpsCallableFromURL(
functions_eur,
"http://localhost:5001/softcapdemo/europe-west1/someFunction"
);
Portnumbers are the default ones +1 (using nginx to serve endpoints over https)
I've not found a way to wire storage to https.