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.

9 lines
617 B

2 months ago
  1. This directory now contains the source files for a simple extension called **greet-the-world**. To try out this extension right away, install it in an existing Firebase project by running:
  2. `firebase ext:install . --project=<project-id>`
  3. If you want to jump into the code to customize your extension, then modify **index.js** and **extension.yaml** in your favorite editor. When you're ready to try out your fancy new extension, run:
  4. `firebase ext:install . --project=<project-id>`
  5. As always, in the docs, you can find detailed instructions for creating and testing your extension (including using the emulator!).