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.

29 lines
1.6 KiB

2 months ago
  1. <!--
  2. This file provides your users an overview of how to use your extension after they've installed it. All content is optional, but this is the recommended format. Your users will see the contents of this file in the Firebase console after they install the extension.
  3. Include instructions for using the extension and any important functional details. Also include **detailed descriptions** for any additional post-installation setup required by the user.
  4. Reference values for the extension instance using the ${param:PARAMETER_NAME} or ${function:VARIABLE_NAME} syntax.
  5. Learn more in the docs: https://firebase.google.com/docs/extensions/alpha/create-user-docs#reference-in-postinstall
  6. Learn more about writing a POSTINSTALL.md file in the docs:
  7. https://firebase.google.com/docs/extensions/alpha/create-user-docs#writing-postinstall
  8. -->
  9. # See it in action
  10. You can test out this extension right away!
  11. Visit the following URL:
  12. ${function:greetTheWorld.url}
  13. # Using the extension
  14. When triggered by an HTTP request, this extension responds with the following specified greeting: "${param:GREETING} World from ${param:EXT_INSTANCE_ID}".
  15. To learn more about HTTP functions, visit the [functions documentation](https://firebase.google.com/docs/functions/http-events).
  16. <!-- We recommend keeping the following section to explain how to monitor extensions with Firebase -->
  17. # Monitoring
  18. As a best practice, you can [monitor the activity](https://firebase.google.com/docs/extensions/manage-installed-extensions#monitor) of your installed extension, including checks on its health, usage, and logs.