File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Node/quickstarts/callable-functions-streaming/website Expand file tree Collapse file tree 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>
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/12.3 .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/12.3 .0/firebase-functions.js" ;
1919
2020 const callableButton = document . getElementById ( "btn-call-func" ) ;
2121 const resultElement = document . getElementById ( "forecasts" ) ;
You can’t perform that action at this time.
0 commit comments