📌 Basic structure for integrating expo-router and Firebase (w. typescript)
🔖 Reference material: Firebase Authentication W/ Expo Router - Expo 50 : Jeremy
//Please change it in your firebase.config.ts file.
const firebaseConfig = {
apiKey: 'YOUR_API_KEY',
authDomain: 'YOUR_AUTH_DOMAIN',
projectId: 'YOUR_PROJECT_ID',
storageBucket: 'YOUR_STORAGE_BUCKET',
messagingSenderId: 'YOUR_MESSAGING_SENDER_ID',
appId: 'YOUR_APP_ID',
//measurementId can be omitted.
measurementId: 'YOUR_MEASUREMENT_ID',
};