Hi @Stars,
We are working on a feature to allow multiple user to develop and deploy an app but, while that’s in the works, only one user can develop on an app with a single appId.
In the meantime, a few developers have used a shared account (like forge@example.com), then create and manage the Forge App with shared credentials or transferred it to that account.
Or you could have each developer have their own vesion of the app and change the appId in the manifest by running forge register in the CLI.
This command will change the appId and register the app to the individual developer who is logged in via the CLI.
You will then need to make sure that the appId in the repository is not overwritten so that it doesn’t change based on the user who does the commit.
Another developer posted an idea on how to achieve this in this message.
This is the related item on the Forge roadmap: Trello
Caterina