This visual execution shows how to set up Firebase services step-by-step. First, you create a Firebase project. Then you enable Authentication so users can sign in. Next, you set up the Firestore Database to store app data. After that, you configure Storage to handle file uploads and downloads. Security rules are applied to control who can access these services. Finally, the app uses Authentication, Database, and Storage securely. Variables like Authentication and Storage Bucket change state as each step completes. Key moments clarify why security rules are essential and when the app can start using services. The quiz tests understanding of setup order and service states.