Skip to content

Commit 44bfd62

Browse files
committedMar 20, 2025
Auto-update dependencies.
1 parent 2d13740 commit 44bfd62

File tree

1 file changed

+2
-2
lines changed
  • Node/quickstarts/callable-functions-streaming/website

1 file changed

+2
-2
lines changed
 

‎Node/quickstarts/callable-functions-streaming/website/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ <h1>Many forecasts</h1>
1010
<button id="btn-call-func">Get forecasts</button>
1111
<div id="forecasts"></div>
1212
<script type="module">
13-
import { initializeApp } from "https://www.gstatic.com/firebasejs/11.2.0/firebase-app.js";
13+
import { initializeApp } from "https://www.gstatic.com/firebasejs/11.4.0/firebase-app.js";
1414
import {
1515
getFunctions,
1616
httpsCallable,
1717
connectFunctionsEmulator,
18-
} from "https://www.gstatic.com/firebasejs/11.2.0/firebase-functions.js";
18+
} from "https://www.gstatic.com/firebasejs/11.4.0/firebase-functions.js";
1919

2020
const callableButton = document.getElementById("btn-call-func");
2121
const resultElement = document.getElementById("forecasts");

0 commit comments

Comments
 (0)
Failed to load comments.