From 648760ee5af597ba563e3b19d634593c56ccb6fa Mon Sep 17 00:00:00 2001 From: DPE bot <dpebot@google.com> Date: Thu, 15 May 2025 04:44:35 -0400 Subject: [PATCH 1/2] Auto-update dependencies. --- Node-1st-gen/authenticated-json-api/public/index.html | 6 +++--- Node-1st-gen/authorized-https-endpoint/public/index.html | 4 ++-- Node-1st-gen/email-confirmation/public/index.html | 6 +++--- Node-1st-gen/exif-images/public/index.html | 8 ++++---- Node-1st-gen/fcm-notifications/public/index.html | 8 ++++---- Node-1st-gen/fulltext-search-firestore/public/index.html | 8 ++++---- Node-1st-gen/instagram-auth/public/index.html | 4 ++-- Node-1st-gen/instagram-auth/public/popup.html | 4 ++-- Node-1st-gen/linkedin-auth/public/index.html | 4 ++-- Node-1st-gen/linkedin-auth/public/popup.html | 4 ++-- Node-1st-gen/okta-auth/public/index.html | 4 ++-- Node-1st-gen/paypal/public/index.html | 6 +++--- Node-1st-gen/presence-firestore/public/index.html | 8 ++++---- Node-1st-gen/quickstarts/email-users/public/index.html | 6 +++--- Node-1st-gen/spotify-auth/public/index.html | 4 ++-- Node-1st-gen/spotify-auth/public/popup.html | 4 ++-- Node-1st-gen/stripe/public/index.html | 6 +++--- Node-1st-gen/text-moderation/public/index.html | 4 ++-- Node/fcm-notifications/public/index.html | 8 ++++---- Python/fcm-notifications/public/index.html | 8 ++++---- 20 files changed, 57 insertions(+), 57 deletions(-) diff --git a/Node-1st-gen/authenticated-json-api/public/index.html b/Node-1st-gen/authenticated-json-api/public/index.html index 58b8697bc8..c2c140eea4 100644 --- a/Node-1st-gen/authenticated-json-api/public/index.html +++ b/Node-1st-gen/authenticated-json-api/public/index.html @@ -98,9 +98,9 @@ <h5>Message Details</h5> </div> <script src="https://code.getmdl.io/1.1.3/material.min.js"></script> - <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-database-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-database-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script> <script src="main.js"></script> diff --git a/Node-1st-gen/authorized-https-endpoint/public/index.html b/Node-1st-gen/authorized-https-endpoint/public/index.html index d395b73bd1..7785bd6c76 100644 --- a/Node-1st-gen/authorized-https-endpoint/public/index.html +++ b/Node-1st-gen/authorized-https-endpoint/public/index.html @@ -80,8 +80,8 @@ <h3>Authorized HTTP Function demo</h3> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="main.js"></script> diff --git a/Node-1st-gen/email-confirmation/public/index.html b/Node-1st-gen/email-confirmation/public/index.html index 91fbd934ca..cf31d3832f 100644 --- a/Node-1st-gen/email-confirmation/public/index.html +++ b/Node-1st-gen/email-confirmation/public/index.html @@ -100,9 +100,9 @@ <h3>Very interesting website with Newsletter</h3> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-database-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-database-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="main.js"></script> diff --git a/Node-1st-gen/exif-images/public/index.html b/Node-1st-gen/exif-images/public/index.html index d6325b9cb4..adb2ebc7c2 100644 --- a/Node-1st-gen/exif-images/public/index.html +++ b/Node-1st-gen/exif-images/public/index.html @@ -65,10 +65,10 @@ <h6>Image Metadata:</h6> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> - <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-storage-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-database-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-storage-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-database-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="main.js"></script> diff --git a/Node-1st-gen/fcm-notifications/public/index.html b/Node-1st-gen/fcm-notifications/public/index.html index 66d3fcf6a8..8125782832 100644 --- a/Node-1st-gen/fcm-notifications/public/index.html +++ b/Node-1st-gen/fcm-notifications/public/index.html @@ -86,10 +86,10 @@ <h3>Send FCM notifications demo</h3> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-messaging-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-database-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-messaging-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-database-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="main.js"></script> diff --git a/Node-1st-gen/fulltext-search-firestore/public/index.html b/Node-1st-gen/fulltext-search-firestore/public/index.html index 72ab27d4e0..d669e5c3f9 100644 --- a/Node-1st-gen/fulltext-search-firestore/public/index.html +++ b/Node-1st-gen/fulltext-search-firestore/public/index.html @@ -56,10 +56,10 @@ <h3>Results</h3> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> - <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-firestore-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-firestore-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-firestore-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-firestore-compat.js"></script> <script src="/__/firebase/init.js"></script> diff --git a/Node-1st-gen/instagram-auth/public/index.html b/Node-1st-gen/instagram-auth/public/index.html index ff3884dd47..088e498cd7 100644 --- a/Node-1st-gen/instagram-auth/public/index.html +++ b/Node-1st-gen/instagram-auth/public/index.html @@ -71,8 +71,8 @@ <h3>Sign in with Instagram demo</h3> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="main.js"></script> diff --git a/Node-1st-gen/instagram-auth/public/popup.html b/Node-1st-gen/instagram-auth/public/popup.html index 374743eb72..8bd501520c 100644 --- a/Node-1st-gen/instagram-auth/public/popup.html +++ b/Node-1st-gen/instagram-auth/public/popup.html @@ -27,8 +27,8 @@ <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> <script src="/__/firebase/init.js"></script> <script> diff --git a/Node-1st-gen/linkedin-auth/public/index.html b/Node-1st-gen/linkedin-auth/public/index.html index 82d8c47539..bce58b514d 100644 --- a/Node-1st-gen/linkedin-auth/public/index.html +++ b/Node-1st-gen/linkedin-auth/public/index.html @@ -72,8 +72,8 @@ <h3>Sign in with LinkedIn demo</h3> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="main.js"></script> diff --git a/Node-1st-gen/linkedin-auth/public/popup.html b/Node-1st-gen/linkedin-auth/public/popup.html index e479ec228c..06db696ab1 100644 --- a/Node-1st-gen/linkedin-auth/public/popup.html +++ b/Node-1st-gen/linkedin-auth/public/popup.html @@ -27,8 +27,8 @@ <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> <script src="/__/firebase/init.js"></script> <script> diff --git a/Node-1st-gen/okta-auth/public/index.html b/Node-1st-gen/okta-auth/public/index.html index 391dc3cde9..e4d3aec425 100644 --- a/Node-1st-gen/okta-auth/public/index.html +++ b/Node-1st-gen/okta-auth/public/index.html @@ -22,8 +22,8 @@ <head> <meta charset="utf-8"/> <title>Okta sign-in demo</title> - <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="https://global.oktacdn.com/okta-signin-widget/4.1.1/js/okta-sign-in.min.js" type="text/javascript"></script> <link href="https://global.oktacdn.com/okta-signin-widget/4.1.1/css/okta-sign-in.min.css" type="text/css" rel="stylesheet"/> diff --git a/Node-1st-gen/paypal/public/index.html b/Node-1st-gen/paypal/public/index.html index 540bd43752..3d39ed7f79 100644 --- a/Node-1st-gen/paypal/public/index.html +++ b/Node-1st-gen/paypal/public/index.html @@ -30,9 +30,9 @@ <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> - <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-database-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-database-compat.js"></script> <script src="/__/firebase/init.js"></script> <script type="text/javascript"> diff --git a/Node-1st-gen/presence-firestore/public/index.html b/Node-1st-gen/presence-firestore/public/index.html index e4b37b2885..3eb02c6ea2 100644 --- a/Node-1st-gen/presence-firestore/public/index.html +++ b/Node-1st-gen/presence-firestore/public/index.html @@ -23,10 +23,10 @@ <h3>History of user presence (since this page was opened)</h3> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> - <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-database-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-firestore-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-database-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-firestore-compat.js"></script> <script src="/__/firebase/init.js"></script> diff --git a/Node-1st-gen/quickstarts/email-users/public/index.html b/Node-1st-gen/quickstarts/email-users/public/index.html index f4b5e0b597..5834681949 100644 --- a/Node-1st-gen/quickstarts/email-users/public/index.html +++ b/Node-1st-gen/quickstarts/email-users/public/index.html @@ -68,9 +68,9 @@ <h3>Welcome email demo</h3> </div> <!-- Firebase --> -<script defer src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script defer src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> -<script defer src="/__/firebase/10.0.0/firebase-database-compat.js"></script> +<script defer src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script defer src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> +<script defer src="/__/firebase/11.7.3/firebase-database-compat.js"></script> <!-- initialize the SDK after all desired features are loaded --> <script defer src="/__/firebase/init.js"></script> diff --git a/Node-1st-gen/spotify-auth/public/index.html b/Node-1st-gen/spotify-auth/public/index.html index 6f529df2a9..f0cd47e404 100644 --- a/Node-1st-gen/spotify-auth/public/index.html +++ b/Node-1st-gen/spotify-auth/public/index.html @@ -69,8 +69,8 @@ <h3>Sign in with Spotify demo</h3> </div> <!-- Firebase --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="main.js"></script> diff --git a/Node-1st-gen/spotify-auth/public/popup.html b/Node-1st-gen/spotify-auth/public/popup.html index f379a21608..1a985456f4 100644 --- a/Node-1st-gen/spotify-auth/public/popup.html +++ b/Node-1st-gen/spotify-auth/public/popup.html @@ -24,8 +24,8 @@ Please wait... <!-- Firebase --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> <script src="/__/firebase/init.js"></script> <script> diff --git a/Node-1st-gen/stripe/public/index.html b/Node-1st-gen/stripe/public/index.html index edf9055e4a..159c2c578f 100644 --- a/Node-1st-gen/stripe/public/index.html +++ b/Node-1st-gen/stripe/public/index.html @@ -120,9 +120,9 @@ <h2>Payments</h2> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> - <script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> - <script src="/__/firebase/10.0.0/firebase-firestore-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> + <script src="/__/firebase/11.7.3/firebase-firestore-compat.js"></script> <script src="/__/firebase/init.js"></script> <!-- Import Firebase UI --> diff --git a/Node-1st-gen/text-moderation/public/index.html b/Node-1st-gen/text-moderation/public/index.html index b26b21c69c..d7e0497475 100644 --- a/Node-1st-gen/text-moderation/public/index.html +++ b/Node-1st-gen/text-moderation/public/index.html @@ -94,8 +94,8 @@ <h2 class="mdl-card__title-text">Last Guestbook's messages</h2> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-database-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-database-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="main.js"></script> diff --git a/Node/fcm-notifications/public/index.html b/Node/fcm-notifications/public/index.html index 66d3fcf6a8..8125782832 100644 --- a/Node/fcm-notifications/public/index.html +++ b/Node/fcm-notifications/public/index.html @@ -86,10 +86,10 @@ <h3>Send FCM notifications demo</h3> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-messaging-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-database-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-messaging-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-database-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="main.js"></script> diff --git a/Python/fcm-notifications/public/index.html b/Python/fcm-notifications/public/index.html index 66d3fcf6a8..8125782832 100644 --- a/Python/fcm-notifications/public/index.html +++ b/Python/fcm-notifications/public/index.html @@ -86,10 +86,10 @@ <h3>Send FCM notifications demo</h3> <!-- Import and configure the Firebase SDK --> <!-- These scripts are made available when the app is served or deployed on Firebase Hosting --> <!-- If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup --> -<script src="/__/firebase/10.0.0/firebase-app-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-auth-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-messaging-compat.js"></script> -<script src="/__/firebase/10.0.0/firebase-database-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-app-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-auth-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-messaging-compat.js"></script> +<script src="/__/firebase/11.7.3/firebase-database-compat.js"></script> <script src="/__/firebase/init.js"></script> <script src="main.js"></script> From 410c660dec1df158da47c0bbbc6f23e70b91c845 Mon Sep 17 00:00:00 2001 From: DPE bot <dpebot@google.com> Date: Thu, 15 May 2025 04:44:40 -0400 Subject: [PATCH 2/2] Auto-update dependencies. --- .../callable-functions-streaming/website/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Node/quickstarts/callable-functions-streaming/website/index.html b/Node/quickstarts/callable-functions-streaming/website/index.html index 13e4d88df2..0b0c0b2c8c 100644 --- a/Node/quickstarts/callable-functions-streaming/website/index.html +++ b/Node/quickstarts/callable-functions-streaming/website/index.html @@ -10,12 +10,12 @@ <h1>Many forecasts</h1> <button id="btn-call-func">Get forecasts</button> <div id="forecasts"></div> <script type="module"> - import { initializeApp } from "https://www.gstatic.com/firebasejs/11.2.0/firebase-app.js"; + import { initializeApp } from "https://www.gstatic.com/firebasejs/11.7.3/firebase-app.js"; import { getFunctions, httpsCallable, connectFunctionsEmulator, - } from "https://www.gstatic.com/firebasejs/11.2.0/firebase-functions.js"; + } from "https://www.gstatic.com/firebasejs/11.7.3/firebase-functions.js"; const callableButton = document.getElementById("btn-call-func"); const resultElement = document.getElementById("forecasts");