作成した拡張機能を他のユーザーと共有するには、まずパブリッシャーとして登録する必要があります。拡張機能のパブリッシャーとして登録する際には、拡張機能の作成者であることをユーザーが簡単に特定できるパブリッシャー ID を作成します。ユーザーは、拡張機能の名前を指定して拡張機能をインストールできます。この名前は、次の例に示したような文字列になります。
your-publisher-id/your-extension-id
パブリッシャー ID は通常、会社名またはブランド名になります。パブリッシャー ID を後から変更するには、新しい ID を登録して拡張機能を再公開する必要があるため、パブリッシャー ID の選択は慎重に行ってください。
パブリッシャー ID は、IAM アクティビティ、拡張機能の公開、指標の表示専用の Firebase プロジェクトに永続的にリンクされます。このプロジェクトは、公開済みの拡張機能を管理する場合にだけ使用する必要があります(プロジェクトにアプリを追加しないでください。また、他の Firebase サービスを有効にしないでください)。専用のプロジェクトを使用することで、拡張機能の公開アクティビティを他の Firebase プロジェクト管理アクティビティから分離できます。
[null,null,["最終更新日 2025-08-13 UTC。"],[],[],null,["\u003cbr /\u003e\n\nBefore you can share extensions you create with others, you must register as a\npublisher. When you register as an extensions publisher, you create a publisher\nID that lets users quickly identify you as the author of your extensions. Users\nwill install your extension by specifying an extensions name that looks like the\nfollowing example: \n\n```\nyour-publisher-id/your-extension-id\n```\n\n\u003cbr /\u003e\n\nYour publisher ID will generally be your company's name or your brand name.\nTake some time to choose a publisher ID because you won't be able to\nchange it later without registering a new one and republishing your extensions.\n\nYour publisher ID will be permanently linked to a Firebase project, which is\ndedicated for IAM activities, publishing extensions, and viewing metrics. You\nshould use this project exclusively for managing published extensions (that is,\ndon't add any apps to the project and don't enable any other Firebase services\nin it). By using a dedicated project, you keep your extensions publishing\nactivities insulated from your other Firebase project management activities.\n\nThe publisher project will have a [project lien](https://cloud.google.com/resource-manager/docs/project-liens)\nplaced on it to prevent accidental deletion. To request deletion of your\npublisher profile and project, contact `firebase-extensions-publisher-projects@google.com`.\n\n\u003cbr /\u003e\n\n| Firebase uses your publisher project **only** for managing who can publish extensions under your publisher ID (using IAM permissions) and for surfacing extension metrics.\n|\n| \u003cbr /\u003e\n|\n| - The project doesn't host your extensions code.\n| - The project doesn't have access to any data collected or created by your extension.\n\nTo register, click the button below:\n\n[Register as an extensions publisher](//console.firebase.google.com/?createPublisherProfile=)\n\nThis will create a new publisher project and profile. After you've registered,\nyou can view your profile from the same page.\n\nIf your Google Cloud organization has\n[policy constraints](https://cloud.google.com/resource-manager/docs/organization-policy/overview)\nthat make it difficult to register a publisher profile through the Firebase\nconsole, you can instead use the Firebase CLI to turn an existing project into a\npublisher project: \n\n firebase ext:dev:register --project=\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e\n\nMake sure the project is a Firebase project. If you have a Google Cloud project,\n[convert it to a Firebase project](/docs/cli#management-commands) first. Don't\nuse existing projects in which you use other Firebase services, as publisher\nprojects are treated differently, and you can't easily access those services in\nthe Firebase console.\n| **Note:** If you need to unregister a publisher ID---for example, to link the ID to a different project---contact [support](/support/troubleshooter/contact)."]]