We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d13740 commit 44bfd62Copy full SHA for 44bfd62
Node/quickstarts/callable-functions-streaming/website/index.html
@@ -10,12 +10,12 @@ <h1>Many forecasts</h1>
10
<button id="btn-call-func">Get forecasts</button>
11
<div id="forecasts"></div>
12
<script type="module">
13
- import { initializeApp } from "https://www.gstatic.com/firebasejs/11.2.0/firebase-app.js";
+ import { initializeApp } from "https://www.gstatic.com/firebasejs/11.4.0/firebase-app.js";
14
import {
15
getFunctions,
16
httpsCallable,
17
connectFunctionsEmulator,
18
- } from "https://www.gstatic.com/firebasejs/11.2.0/firebase-functions.js";
+ } from "https://www.gstatic.com/firebasejs/11.4.0/firebase-functions.js";
19
20
const callableButton = document.getElementById("btn-call-func");
21
const resultElement = document.getElementById("forecasts");
0 commit comments