با شبیه ساز Extensions چه کاری می توانم انجام دهم؟
با شبیهساز Extensions ، میتوانید افزونهها را در یک محیط محلی امن نصب و مدیریت کنید و ضمن به حداقل رساندن هزینههای صورتحساب، تواناییهای آنها را بهتر درک کنید. شبیهساز توابع برنامه افزودنی شما را به صورت محلی اجرا میکند، از جمله توابع راهاندازی رویداد پسزمینه با استفاده از شبیهسازهای Cloud Firestore ، Realtime Database ، Cloud Storage for Firebase ، Authentication و Pub/Sub ، و توابع فعال شده توسط Eventarc که در Cloud Functions v2 پیادهسازی شدهاند.
یک پروژه Firebase را انتخاب کنید
Firebase Local Emulator Suite محصولات را برای یک پروژه Firebase تقلید می کند.
برای انتخاب پروژه مورد استفاده، قبل از شروع شبیه سازها، در CLI از firebase use . یا، می توانید پرچم --project را به هر فرمان شبیه ساز ارسال کنید.
Local Emulator Suite از شبیه سازی پروژه های Firebase واقعی و پروژه های آزمایشی پشتیبانی می کند.
نوع پروژه
ویژگی ها
با شبیه سازها استفاده کنید
واقعی
یک پروژه Firebase واقعی پروژه ای است که شما ایجاد و پیکربندی کرده اید (به احتمال زیاد از طریق کنسول Firebase ).
پروژه های واقعی دارای منابع زنده هستند، مانند نمونه های پایگاه داده، سطل های ذخیره سازی، توابع یا هر منبع دیگری که برای آن پروژه Firebase تنظیم کرده اید.
هنگام کار با پروژه های Firebase واقعی، می توانید شبیه سازها را برای هر یک یا همه محصولات پشتیبانی شده اجرا کنید.
برای هر محصولی که شبیهسازی نمیکنید، برنامهها و کد شما با منبع زنده (نمونه پایگاه داده، سطل ذخیرهسازی، عملکرد و غیره) تعامل خواهند داشت.
نسخه ی نمایشی
یک پروژه Firebase آزمایشی هیچ پیکربندی Firebase واقعی و هیچ منبع زنده ای ندارد. این پروژه ها معمولاً از طریق نرم افزارهای کد یا آموزش های دیگر قابل دسترسی هستند.
شناسه های پروژه برای پروژه های نمایشی دارای پیشوند demo- هستند.
هنگام کار با پروژه های Firebase آزمایشی، برنامه ها و کد شما فقط با شبیه سازها تعامل دارند. اگر برنامه شما سعی کند با منبعی که شبیه ساز برای آن اجرا نمی شود تعامل داشته باشد، آن کد با شکست مواجه می شود.
توصیه می کنیم تا جایی که امکان دارد از پروژه های نمایشی استفاده کنید. مزایا عبارتند از:
راه اندازی آسان تر، زیرا می توانید شبیه سازها را بدون ایجاد پروژه Firebase اجرا کنید
ایمنی قوی تر، زیرا اگر کد شما به طور تصادفی منابع غیر شبیه سازی شده (تولید) را فراخوانی کند، هیچ شانسی برای تغییر داده ها، استفاده و صورتحساب وجود ندارد.
پشتیبانی آفلاین بهتر است، زیرا برای دانلود پیکربندی SDK نیازی به دسترسی به اینترنت نیست.
یک افزونه را نصب و ارزیابی کنید
استفاده از شبیه ساز Extensions برای ارزیابی اینکه آیا یک برنامه افزودنی نیازهای شما را برآورده می کند، ساده است.
بیایید فرض کنیم به پسوند Trigger Email ( firestore-send-email ) علاقه مند هستید، اگرچه گردش کار زیر هر برنامه افزودنی را پوشش می دهد. هنگامی که با شبیه سازهای محلی اجرا می شود، Trigger Email به طور خودکار از شبیه سازهای Cloud Firestore و Cloud Functions استفاده می کند.
برای ارزیابی یک برنامه افزودنی به صورت محلی:
پسوند را به مانیفست پسوند محلی اضافه کنید. مانیفست افزونه ها فهرستی از نمونه های برنامه افزودنی و پیکربندی های آنها است.
اجرای دستور بالا از شما می خواهد که آخرین نسخه افزونه firebase/firestore-send-email را پیکربندی کنید و پیکربندی را در مانیفست ذخیره کنید، اما پیکربندی را در پروژه شما مستقر نمی کند. برای اطلاعات بیشتر در مورد این، به مدیریت پیکربندی افزونه ها با مانیفست ها مراجعه کنید
Local Emulator Suite مانند حالت عادی راه اندازی کنید.
firebase emulators:start
اکنون، با استفاده از نمونه برنامه افزودنی firestore-send-email فهرست شده در مانیفست شما، Local Emulator Suite کد منبع آن برنامه افزودنی را در ~/.cache/firebase/extensions دانلود می کند. پس از دانلود Soures، Local Emulator Suite شروع به کار می کند و شما می توانید هر یک از عملکردهای فعال در پس زمینه برنامه افزودنی را فعال کنید و برنامه خود را به Local Emulator Suite متصل کنید تا ادغام آنها را با برنامه خود آزمایش کنید.
میتوانید از Emulator Suite UI برای افزودن دادهها به مجموعه اسناد ایمیل و راهاندازی سایر منابع پشتیبان، همانطور که توسط افزونه Trigger Email لازم است، استفاده کنید.
روش دیگر، برای محیطهای تست غیرتعاملی مانند گردشهای کاری یکپارچهسازی مداوم، میتوانید یک اسکریپت آزمایشی برای ارزیابی برنامه افزودنی بنویسید که در میان مراحل دیگر، دادههای Cloud Firestore ضروری را پر میکند و توابع را فعال میکند. سپس شما باید Local Emulator Suite برای اجرای اسکریپت آزمایشی خود فراخوانی کنید:
firebaseemulators:execmy-test.sh
تفاوت آزمایش با شبیه ساز Extensions با تولید
شبیه ساز Extensions به شما امکان می دهد برنامه های افزودنی را به گونه ای آزمایش کنید که با تجربه تولید مطابقت داشته باشد. با این حال، تفاوت هایی با رفتار تولید وجود دارد.
Cloud IAM
مجموعه Firebase Emulator تلاشی برای تکرار یا احترام به رفتارهای مرتبط با IAM برای اجرا ندارد. شبیه سازها از قوانین امنیتی Firebase ارائه شده پیروی می کنند، اما در شرایطی که IAM به طور معمول استفاده می شود، به عنوان مثال برای تنظیم توابع Cloud با فراخوانی حساب سرویس و در نتیجه مجوزها، شبیه ساز قابل پیکربندی نیست و از حساب جهانی در دسترس در دستگاه توسعه دهنده شما استفاده می کند، مشابه اجرای مستقیم یک اسکریپت محلی.
ایجاد محدودیت نوع
در حال حاضر، Firebase Local Emulator Suite فقط از توابع راهاندازی درخواست HTTP، راهاندازهای رویداد سفارشی Eventarc برای برنامههای افزودنی، و توابع راهاندازی رویداد پسزمینه برای Cloud Firestore ، Realtime Database ، Cloud Storage for Firebase ، Authentication و Pub/Sub پشتیبانی میکند. برای ارزیابی برنامه های افزودنی که از انواع دیگر توابع راه اندازی شده استفاده می کنند، باید برنامه افزودنی خود را در یک پروژه Firebase آزمایشی نصب کنید .
تاریخ آخرین بهروزرسانی 2025-09-04 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-09-04 بهوقت ساعت هماهنگ جهانی."],[],[],null,["\u003cbr /\u003e\n\n| **Beta.** This emulator is currently in beta. It might be\n| changed in backward-incompatible ways. As always, feedback is greatly\n| appreciated. Let us know what you think!\n\nBefore using the Extensions emulator with your app, make sure that\nyou [understand the overall Firebase Local Emulator Suite workflow](/docs/emulator-suite/connect_and_prototype?database=Firestore),\nand that you [install and configure](/docs/emulator-suite/install_and_configure)\nthe Local Emulator Suite and review its [CLI commands](/docs/emulator-suite/install_and_configure#startup).\n\nThis guide also assumes you are familiar with [Firebase Extensions](/docs/extensions)\nand how to [use them in your Firebase apps](/docs/extensions/overview-use-extensions).\n\nWhat can I do with the Extensions emulator?\n\nWith the Extensions emulator, you can install and manage extensions in a\nsafe local environment and better understand their capabilities while minimizing\nbilling costs. The emulator runs your extension's functions locally, including\nbackground event-triggered functions using the emulators for\nCloud Firestore, Realtime Database, Cloud Storage for Firebase, Authentication and\nPub/Sub, and Eventarc-triggered functions implemented in\nCloud Functions v2.\n| **Note:** Some extensions may call Google Cloud APIs and access services for which emulators do not exists in the Local Emulator Suite. Running the extension will still access those live services and may result in billing costs. Be sure to review extension descriptions carefully before evaluating them, so you understand billing impacts. We recommend you create and use a demo project for running the Extensions emulator, as described next.\n\nChoose a Firebase project\n\nThe Firebase Local Emulator Suite emulates products for a single Firebase project.\n\nTo select the project to use, before you start the emulators, in the CLI run\n`firebase use` in your working directory. Or, you can pass\nthe `--project` flag to each emulator\ncommand.\n| **Note:** It's generally a good practice to use one project ID for all emulator invocations, so the Emulator Suite UI, different product emulators, and all running instances of a particular emulator can communicate correctly in all cases. In fact, by default, the Local Emulator Suite will warn on detecting multiple project IDs in use, though you can override this behavior. For guidance on setting and managing project IDs, see the [Installation and configuration guide](/docs/emulator-suite/install_and_configure#project_id_configuration).\n\nLocal Emulator Suite supports emulation of *real* Firebase projects and\n*demo* projects.\n\n| Project type | Features | Use with emulators |\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Real | A real Firebase project is one you created and configured (most likely via the Firebase console). Real projects have live resources, like database instances, storage buckets, functions, or any other resource you set up for that Firebase project. | When working with real Firebase projects, you can run emulators for any or all of the supported products. For any products you are not emulating, your apps and code will interact with the *live* resource (database instance, storage bucket, function, etc.). |\n| Demo | A demo Firebase project has no *real* Firebase configuration and no live resources. These projects are usually accessed via codelabs or other tutorials. Project IDs for demo projects have the `demo-` prefix. | When working with demo Firebase projects, your apps and code interact with emulators *only*. If your app attempts to interact with a resource for which an emulator isn't running, that code will fail. |\n\nWe recommend you use demo projects wherever possible. Benefits include:\n\n- Easier setup, since you can run the emulators without ever creating a Firebase project\n- Stronger safety, since if your code accidentally invokes non-emulated (production) resources, there is no chance of data change, usage and billing\n- Better offline support, since there is no need to access the internet to download your SDK configuration.\n\n| **Note:** If you want to emulate cross-service interactions such as database-triggered Cloud Functions or Rules that rely on Authentication you must make sure that the project ID in your code (in `initializeApp()`, etc.) matches the project ID used by the Firebase CLI.\n\nInstall and evaluate an extension\n\nUsing the Extensions emulator to evaluate whether an extension meets your\nneeds is straightforward.\n\nLet's assume you're interested in the Trigger Email\n(`firestore-send-email`) [extension](/docs/extensions/official/firestore-send-email),\nthough the following workflow covers any extension. When run with local emulators,\nTrigger Email will automatically make use of the Cloud Firestore and\nCloud Functions emulators.\n\nTo evaluate an extension locally:\n\n1. Add the extension to the local extensions manifest. An extensions manifest is\n a list of extension instances and their configurations.\n\n ```\n firebase ext:install --local firebase/firestore-send-email\n ```\n\n Running the above command will prompt you to configure the latest version of\n `firebase/firestore-send-email` extension and save the configuration to\n the manifest, but it won't deploy the configuration to your project. For\n more about this, see [Manage extensions configuration with manifests](/docs/extensions/manifest)\n2. Start the Local Emulator Suite as you would normally.\n\n ```\n firebase emulators:start\n ```\n\nNow, using the `firestore-send-email` extension instance listed in\nyour manifest, the Local Emulator Suite will download the source code of\nthat extension to `~/.cache/firebase/extensions`. Once soures have been\ndownloaded, the Local Emulator Suite will start and you'll be able to\ntrigger any of the extension's background triggered functions and connect your\napp to the Local Emulator Suite to test their integration with your app.\n\nYou can use Emulator Suite UI to add data to the email documents collection\nand set up other backend resources, as required by the Trigger Email extension.\n\nAlternatively, for non-interactive testing environments like continuous\nintegration workflows, you can write a test script for evaluating the extension\nthat, among other steps, populates necessary Cloud Firestore data and\ntriggers functions. You would then invoke the Local Emulator Suite\nto execute your test script: \n\n firebase emulators:exec my-test.sh\n\n| **Note:** You can use the Extensions emulator to evaluate extensions that publish custom events. The Extensions emulator works together with the Cloud Functions emulator to help you test custom event-handling functions you implement with Cloud Functions v2 code. See [Connect your app to the Cloud Functions Emulator](/docs/emulator-suite/connect_functions).\n\nHow testing with the Extensions emulator differs from production\n\nThe Extensions emulator lets you test extensions in a way that closely\nmatches the production experience. However, there are some differences from\nproduction behavior.\n\nCloud IAM\n\nThe Firebase Emulator Suite does not attempt to replicate or respect any\nIAM-related behavior for running. Emulators adhere to the Firebase Security\nRules provided, but in situations where IAM would normally be used, for example\nto set Cloud Functions invoking service account and thus permissions, the\nemulator is not configurable and will use the globally-available account on\nyour developer machine, similar to running a local script directly.\n\nTriggering type limitation\n\nCurrently, the Firebase Local Emulator Suite only supports HTTP request-triggered\nfunctions, Eventarc custom event triggers for extensions, and background\nevent-triggered functions for Cloud Firestore, Realtime Database,\nCloud Storage for Firebase, Authentication and Pub/Sub. To evaluate extensions\nthat use other types of triggered functions, you need to\n[install your extension](/docs/extensions/install-extensions)\nin a test Firebase project.\n\nWhat next?\n\n- For a curated set of videos and detailed how-to examples, follow the [Firebase Emulators Training Playlist](/learn/pathways/firebase-emulators)."]]