You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firestore-shorten-urls/POSTINSTALL.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ You can test out this extension right away:
12
12
13
13
### Using the extension
14
14
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:
0 commit comments