II.
LibraryProcess overview
Reference · livelib-process:mobile-development--firebase-cloud-messaging
specializations/mobile-development/firebase-cloud-messaging overview
Firebase Cloud Messaging Integration (Android) - Set up push notifications using Firebase Cloud Messaging with proper notification handling, topic subscriptions, and message handling.
Attributes
displayName
specializations/mobile-development/firebase-cloud-messaging
description
Firebase Cloud Messaging Integration (Android) - Set up push notifications using Firebase Cloud Messaging
with proper notification handling, topic subscriptions, and message handling.
libraryPath
library/specializations/mobile-development/firebase-cloud-messaging.js
specialization
mobile-development
references
- - FCM Documentation: https://firebase.google.com/docs/cloud-messaging
- - Android FCM: https://firebase.google.com/docs/cloud-messaging/android/client
- - FCM Topics: https://firebase.google.com/docs/cloud-messaging/android/topic-messaging
example
const result = await orchestrate('specializations/mobile-development/firebase-cloud-messaging', {
appName: 'MyAndroidApp',
notificationTypes: ['alert', 'data'],
topicSubscriptions: ['news', 'updates'],
dataMessages: true
});
usesAgents
- push-notifications
- firebase-integration
- mobile-qa-expert
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
uses_agent1
- lib-agent:mobile-development--mobile-qa-expert·LibraryAgentMobile QA Engineer Agent
Incoming edges
None.