Build: Firebase Setup Screen
This screen guides the user through the initial Firebase project setup for an Android app using Kotlin. It shows the basic UI to start the setup process and confirms when setup is complete.
Target UI
------------------------- | Firebase Setup | |-----------------------| | | | [Start Setup] | | | | Status: Not started | -------------------------
Add a button labeled 'Start Setup' that triggers Firebase initialization
Show status text below the button that updates to 'Setup Complete' after initialization
Use Kotlin and Android best practices for UI and Firebase setup
Ensure the UI is simple and accessible