File tree 1 file changed +2
-2
lines changed
Node/quickstarts/callable-functions-streaming/website
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ <h1>Many forecasts</h1>
10
10
< button id ="btn-call-func "> Get forecasts</ button >
11
11
< div id ="forecasts "> </ div >
12
12
< 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" ;
14
14
import {
15
15
getFunctions ,
16
16
httpsCallable ,
17
17
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" ;
19
19
20
20
const callableButton = document . getElementById ( "btn-call-func" ) ;
21
21
const resultElement = document . getElementById ( "forecasts" ) ;
You can’t perform that action at this time.
0 commit comments