a fire base integration i want to send sms notification by using fire base but a something went wrong when i runnnig code
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.6.7/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/9.6.7/firebase-analytics.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyCasdW_wO9dXzW6ptdEipsMiK-Iq4KInZHb3Y",
authDomain: "jksawoasdrktasdasdest.firebaseapp.com",
projectId: "jksaasdworktasdasest",
storageBucket: "jksaworktest.appspot.com",
messagingSenderId: "584180342775",
appId: "1:584180342775:web:acf2b53ddf0e3feb47228a",
measurementId: "G-V670962YZC"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
window.onload = () => render();
function render() {
window.recaptchaVerifier = new firebase.auth.RecaptchaVerifier(
"sign-in-button",
{
size: "invisible",
callback: (response) => {
// reCAPTCHA solved, allow signInWithPhoneNumber.
onSignInSubmit();
},
}
);
window.recaptchaVerifier = new firebase.auth.RecaptchaVerifier(
"recaptcha-container"
);
}
**whrn irun this code i have a meesage saying ** error message “auth/argument-error”