I am developing an Android app using Firebase studio My goal is to export the entire Firebase project (including all configuration files, security rules, and dependencies) into a ZIP file, so I can properly integrate it into my Android Studio project and generate an APK.
Questions:
- Is there an official Firebase tool to export the entire project (config + rules + data) as a ZIP?
- If not, what is the step-by-step process to manually gather all required files?
- How do I ensure the exported files integrate smoothly when generating an APK in Android Studio?