# Integration Checklist Use this as a final pass before shipping. 1. `google-services.json` is present and correct. 2. Google Services plugin is applied. 3. Bubbl SDK dependency is added. 4. FCM messaging dependency is added. 5. Location and notification permissions are in the manifest. 6. Runtime permission prompt is implemented. 7. `BubblSdk.init(...)` is called in `Application.onCreate`. 8. `BubblSdk.startLocationTracking(this)` runs only after permissions are granted. 9. Notification payload handling is wired. 10. Optional: `FileProvider` and `file_paths.xml` exist if log sharing is enabled.