II.
LibraryProcess overview
Reference · livelib-process:mobile-development--mobile-analytics-setup
specializations/mobile-development/mobile-analytics-setup overview
Mobile Analytics and Crash Reporting Setup - Implement comprehensive analytics, user behavior tracking, crash reporting, and performance monitoring with privacy compliance.
Attributes
displayName
specializations/mobile-development/mobile-analytics-setup
description
Mobile Analytics and Crash Reporting Setup - Implement comprehensive analytics,
user behavior tracking, crash reporting, and performance monitoring with privacy compliance.
libraryPath
library/specializations/mobile-development/mobile-analytics-setup.js
specialization
mobile-development
references
- - Firebase Analytics: https://firebase.google.com/docs/analytics
- - Amplitude: https://www.docs.developers.amplitude.com/
- - Crashlytics: https://firebase.google.com/docs/crashlytics
example
const result = await orchestrate('specializations/mobile-development/mobile-analytics-setup', {
appName: 'MyApp',
platforms: ['ios', 'android'],
analyticsProviders: ['firebase', 'amplitude'],
privacyCompliance: ['GDPR', 'CCPA', 'ATT']
});
usesAgents
- firebase-integration
Outgoing edges
lib_applies_to_domain1
- domain:mobile·DomainMobile
lib_belongs_to_specialization1
- specialization:mobile-development·Specialization
lib_covers_topic1
- topic:accessibility·TopicAccessibility
lib_implements_workflow2
- workflow:mobile-app-submission·WorkflowMobile App Submission
- workflow:release-management·Workflow
lib_involves_role1
- role:mobile-engineer·RoleMobile Engineer
lib_requires_skill_area2
- skill-area:ios-native·SkillAreaiOS Native Development
- skill-area:android-native·SkillAreaAndroid Native Development
Incoming edges
None.