iiRecord
Agentic AI Atlas · specializations/mobile-development/firebase-cloud-messaging
lib-process:mobile-development--firebase-cloud-messaginga5c.ai
II.
LibraryProcess JSON

lib-process:mobile-development--firebase-cloud-messaging

Structured · live

specializations/mobile-development/firebase-cloud-messaging json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:mobile-development--firebase-cloud-messaging",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/mobile-development/firebase-cloud-messaging",
    "description": "Firebase Cloud Messaging Integration (Android) - Set up push notifications using Firebase Cloud Messaging\nwith 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', {\n  appName: 'MyAndroidApp',\n  notificationTypes: ['alert', 'data'],\n  topicSubscriptions: ['news', 'updates'],\n  dataMessages: true\n});",
    "usesAgents": [
      "push-notifications",
      "firebase-integration",
      "mobile-qa-expert"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:mobile-development--firebase-cloud-messaging",
      "to": "skill-area:ios-native",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--firebase-cloud-messaging",
      "to": "skill-area:android-native",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mobile-development--firebase-cloud-messaging",
      "to": "topic:accessibility",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--firebase-cloud-messaging",
      "to": "domain:mobile",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--firebase-cloud-messaging",
      "to": "role:mobile-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--firebase-cloud-messaging",
      "to": "workflow:mobile-app-submission",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--firebase-cloud-messaging",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mobile-development--firebase-cloud-messaging",
      "to": "specialization:mobile-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mobile-development--firebase-cloud-messaging",
      "to": "lib-agent:mobile-development--mobile-qa-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}