GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1.4 KiB

2 months ago
  1. <!--
  2. This file provides your users an overview of your extension. All content is optional, but this is the recommended format. Your users will see the contents of this file when they run the `firebase ext:info` command.
  3. Include any important functional details as well as a brief description for any additional setup required by the user (both pre- and post-installation).
  4. Learn more about writing a PREINSTALL.md file in the docs:
  5. https://firebase.google.com/docs/extensions/alpha/create-user-docs#writing-preinstall
  6. -->
  7. Use this extension to send a friendly greeting.
  8. When triggered by an HTTP request, this extension responds with your specified friendly greeting.
  9. <!-- We recommend keeping the following section to explain how billing for Firebase Extensions works -->
  10. # Billing
  11. This extension uses other Firebase or Google Cloud Platform services which may have associated charges:
  12. <!-- List all products the extension interacts with -->
  13. - Cloud Functions
  14. When you use Firebase Extensions, you're only charged for the underlying resources that you use. A paid-tier billing plan is only required if the extension uses a service that requires a paid-tier plan, for example calling to a Google Cloud Platform API or making outbound network requests to non-Google services. All Firebase services offer a free tier of usage. [Learn more about Firebase billing.](https://firebase.google.com/pricing)