Skip to content
Snippets Groups Projects
Commit 7bcb738a authored by sm4797's avatar sm4797
Browse files

Update login.js

parent 4c8fb251
No related branches found
No related tags found
No related merge requests found
<script type="module">
import {initializeApp} from "https://www.gstatic.com/firebasejs/9.4.0/firebase-app.js";
import {getDatabase, set, ref, update} from "https://www.gstatic.com/firebasejs/9.4.0/firebase-app.js";
import { getAuth, createUserWithEmailAndPassword, signInWithEmailAndPassword, onAuthStateChanged, signOut } from "https://www.gstatic.com/firebasejs/9.4.0/firebase-app.js";
const firebaseConfig ={
}
const firebaseConfig ={ // this will consist of things we need to get. I don't know if I can actually implement
api: //
authDomain: //
projectID: //
storageBucket: //
meggagingSenderId : //
siteID: //
};
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment