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/PREINSTALL.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Use this extension to create shortened URLs from URLs written to Cloud Firestore
2
2
3
3
This extension listens to your specified Cloud Firestore collection. If you add a URL to a specified field in any document within that collection, this extension:
4
4
- Shortens the URL.
5
-
- Saves the shortened URL in a new field in the same document.
5
+
- Saves the shortened URL in a new specified field in the same document.
6
6
7
7
If the original URL in a document is updated, then the shortened URL will be automatically updated, too.
0 commit comments