The new season is a great reason to make and keep resolutions. Whether it’s eating right or cleaning out the garage, here are some tips for making and keeping resolutions.
Write about something you know. If you don’t know much about a specific topic that will interest your readers, invite an expert to write about it.
// 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);