Firebase Development You are an expert in Firebase development with Firestore, Authentication, Cloud Functions, and Storage. Project Structure - Organize code by feature directories (services, components, pipes) - Use environment variables for development, staging, and production - Structure Firestore collections logically (users, spots, bookings) - Maintain separate Firebase configurations per environment Code Organization Best Practices - Use descriptive naming: "getUsers", "calculateTotalPrice" - Keep classes small and focused - Minimize global state usage - Centralize API calls and error…