Skip to content

Commit e38ab81

Browse files
authored
docs(firestore-shorten-urls-bitly): add URL protocol note in POSTINSTALL (#2088)
1 parent 03ea3c8 commit e38ab81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-shorten-urls-bitly/POSTINSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can test out this extension right away!
66

77
1. If it doesn't exist already, create a collection called `${param:COLLECTION_PATH}`.
88

9-
1. Create a document with a field named `${param:URL_FIELD_NAME}` and make its value a URL such as `https://github.com/firebase/firebase-tools`.
9+
1. Create a document with a field named `${param:URL_FIELD_NAME}` and make its value a URL such as `https://github.com/firebase/firebase-tools`. Make sure that the URL always includes the `https` or `http` protocol.
1010

1111
1. In a few seconds, you'll see a new field called `${param:SHORT_URL_FIELD_NAME}` pop up in the same document you just created; it will contain the shortened URL.
1212

0 commit comments

Comments
 (0)