Skip to content

Settings and activity

2 results found

  1. 38 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  General » Emulators  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Vegar Skjærven Wang commented  · 

    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.

    Vegar Skjærven Wang supported this idea  · 
  2. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Vegar Skjærven Wang supported this idea  · 
    Vegar Skjærven Wang shared this idea  ·