We’d love to see how we can streamline your hiring together.
Request a demo
Contact sales
We’d love to see how we can streamline your hiring together.
Request a demo
Contact sales
We’d love to see how we can streamline your hiring together.
Request a demo
// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
import { getAnalytics } from "firebase/analytics";
// 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: "AIzaSyCdwqTEVWWMgbkwq2Sxj8wuh7yrg0JYVzk",
authDomain: "true-north-personnel.firebaseapp.com",
projectId: "true-north-personnel",
storageBucket: "true-north-personnel.firebasestorage.app",
messagingSenderId: "63234502136",
appId: "1:63234502136:web:bb36be867c355cf2e43a0d",
measurementId: "G-EW31Z7QDFK"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);