Skip to content

Commit dbe908e

Browse files
break Using this extension into bullets
1 parent cae0fba commit dbe908e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firestore-shorten-urls/POSTINSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ You can test out this extension right away:
1212

1313
### Using the extension
1414

15-
This extension listens to the Cloud Firestore collection `${param:COLLECTION_PATH}`, then shortens any URL added to the field `${param:URL_FIELD_NAME}` in any document within that collection.
16-
17-
This extension saves the shortened URL in the `${param:SHORT_URL_FIELD_NAME}` field of the same document like so:
15+
This extension listens to the Cloud Firestore collection `${param:COLLECTION_PATH}`. If you add a URL to the field `${param:URL_FIELD_NAME}` in any document within that collection, this extension:
16+
- Shortens the URL
17+
- Saves the shortened URL in the `${param:SHORT_URL_FIELD_NAME}` field of the same document like so:
1818

1919
```
2020
{

0 commit comments

Comments
 (0)