Use this as a final pass before shipping.
google-services.jsonis present and correct.- Google Services plugin is applied.
- Bubbl SDK dependency is added.
- FCM messaging dependency is added.
- Location and notification permissions are in the manifest.
- Runtime permission prompt is implemented.
BubblSdk.init(...)is called inApplication.onCreate.BubblSdk.startLocationTracking(this)runs only after permissions are granted.- Notification payload handling is wired.
- Optional:
FileProviderandfile_paths.xmlexist if log sharing is enabled.