"Firebase Studio'da aç" düğmesi ekleyin
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Firebase Studio ile, kod tabanınızda yeni olan birinin geliştirme ortamını kurup üretken hale gelmesi için gereken adımları basitleştirebilirsiniz.
Örneğin:
Diğer katılımcılarla birlikte bir ekipte çalışıyorsanız ortamınızı projenize göre özelleştirebilir ve .idx/dev.nix
dosyanızı projenizin Git deposuna gönderebilirsiniz. Bu sayede, bir iş arkadaşınız Firebase Studio'da Git deponuzu içe aktardığında yeni çalışma alanında, sistem paketleri, IDE uzantıları ve başlangıç komut dosyaları da dahil olmak üzere sizinle aynı yapılandırma kullanılır.
Başkalarının kullanması için bir çerçeve veya kitaplık oluşturuyorsanız örnek kod depolarınıza bir .idx/dev.nix
dosyası ekleyebilirsiniz. Böylece, kullanıcılar örneklerinizi Firebase Studio'ye aktardığında ortam kurulumunu atlayıp doğrudan çerçevenizi denemeye başlayabilir. Hatta kullanıcılarınız için kendi özel şablonunuzu oluşturabilirsiniz. Bu şablon, kullanıcılarınızın özelleştirebileceği bir başlangıç noktası olarak kullanılabilir.
Ortam özelleştirmelerinizden memnun kaldıktan sonra, projenizin README.md
dosyası gibi dokümanlarınıza "Firebase Studio'da aç" düğmesi ekleyerek diğer kullanıcıların projenizi Firebase Studio'ya aktarmasını daha da kolaylaştırabilirsiniz.
Sık kullanılan "Firebase Studio uygulamasında aç" giriş noktaları
"Firebase Studio'da aç" düğmesi için çeşitli URL kalıpları mevcuttur:
Git deposunu içe aktarma akışına, Git deposu URL'nizle önceden doldurulmuş olarak bağlantı oluşturmak için şu URL kalıbını kullanın:
https://studio.firebase.google.com/import?url=https://github.com/my-org/my-repo
Şu anda yalnızca GitHub depoları (hem özel hem de herkese açık) desteklenmektedir.
Önceden tanımlanmış bir çalışma alanı şablonuna bağlantı oluşturmak için Firebase Studio'deki Şablonlar sayfasında aradığınız şablonu bulun ve şu URL kalıbına uyması gereken URL'sini kopyalayın:
https://studio.firebase.google.com/new/gemini
Şablonunuzun GitHub URL'siyle önceden doldurulmuş bir özel şablona bağlantı oluşturmak için
şu URL kalıbını kullanın:
https://studio.firebase.google.com/new?template=https://github.com/my-org/my-template
App Prototyping agent uygulamasını önceden doldurulmuş bir istemle açmak için şu URL kalıbını kullanın:
https://studio.firebase.google.com/?prototypePrompt=Create an app that transforms sketches into a high-quality photograph with Gemini
"Firebase Studio'da aç" düğmesi ekleyin
Open in Firebase Studio
SDK'yı yükleyin veya Firebase Studio düğmesi için HTML oluşturmak üzere bu aracı kullanın:
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[],[],null,["With Firebase Studio, you can simplify the steps for someone new to\nyour codebase to set up their development environment and get productive.\n\nFor example:\n\n- If you're **working on a team with other contributors** , you can\n [customize your environment](/docs/studio/customize-workspace)\n precisely for your project and then commit your `.idx/dev.nix` file to\n your project's Git repository. That way, when a teammate imports your\n Git repository in Firebase Studio, their new workspace will have\n the exact same configuration as yours, complete with the same system\n packages, IDE extensions, starter scripts, and more.\n\n- If you're **building a framework or library** for others to use, you\n can include a `.idx/dev.nix` file in your sample code repositories, so\n that when a user imports your samples into Firebase Studio, they\n can skip the environment setup and jump straight into trying out your\n framework. You can even [build your own, custom\n template](/docs/studio/custom-templates) as an opinionated,\n customizable starting point for your users.\n\nAfter you're happy with your environment customizations, you can make it\neven easier for others to import your project into Firebase Studio by\nadding an \"Open in Firebase Studio\" button to your documentation, such\nas your project's `README.md` file.\n\nCommon \"Open in Firebase Studio\" entry points\n\nThere are several URL patterns available for an \"Open in\nFirebase Studio\" button:\n\n- To link to the **import a Git repository** flow, prefilled with your Git\n repository URL, use this URL pattern:\n\n https://studio.firebase.google.com/import?url=https://github.com/my-org/my-repo\n\n At this time, only GitHub repositories are supported (both private and\n public).\n- To link to a **predefined workspace template** , find the template\n you're looking for in the\n [Templates](https://studio.firebase.google.com/templates) page in\n Firebase Studio, and copy its URL, which should follow this URL pattern:\n\n https://studio.firebase.google.com/new/gemini\n\n- To link to a **custom template**, prefilled with your template's GitHub URL,\n use this URL pattern:\n\n https://studio.firebase.google.com/new?template=https://github.com/my-org/my-template\n\n- To open the App Prototyping agent with a pre-filled prompt, use this URL\n pattern:\n\n https://studio.firebase.google.com/?prototypePrompt=Create an app that transforms sketches into a high-quality photograph with Gemini\n\nAdd an \"Open in Firebase Studio\" button\n\nInstall the [Open in Firebase Studio\nSDK](https://www.npmjs.com/package/@firebase-studio/open-sdk) or\nuse this tool to generate the HTML for a Firebase Studio button:"]]