Process Flow - First Firebase integration
Create Firebase Project
Add Web App to Project
Copy Config Snippet
Add Firebase SDK to Web Code
Initialize Firebase with Config
Use Firebase Services (e.g., Auth, Firestore)
This flow shows the steps to connect your web app to Firebase: create a project, add your app, get config, add SDK, initialize, then use Firebase features.