Skip to content

Commit f563358

Browse files
change to blob/ in URL
1 parent 5110253 commit f563358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firestore-counter/PREINSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Here are some features of this extension:
77
- Supports an arbitrary number of counters in your app.
88
- Works offline and provides latency compensation for the main counter.
99

10-
Note that this extension is currently fully resourced for use with JavaScript apps (we provide the required [JS SDK](https://github.com/firebase/extensions/tree/master/firestore-counter/clients/web/src/index.ts)). You can, however, use this extension on other platforms if you'd like to develop your own API based on the provided JS SDK.
10+
Note that this extension is currently fully resourced for use with JavaScript apps (we provide the required [JS SDK](https://github.com/firebase/extensions/blob/master/firestore-counter/clients/web/src/index.ts)). You can, however, use this extension on other platforms if you'd like to develop your own API based on the provided JS SDK.
1111

1212

1313
#### Additional setup
@@ -17,7 +17,7 @@ Before installing this extension, make sure that you've [set up a Cloud Firestor
1717
After installing this extension, you'll need to:
1818
- Update your [database security rules](https://firebase.google.com/docs/rules).
1919
- Set up a [scheduled function](https://firebase.google.com/docs/functions/schedule-functions) to regularly call the controller function, which is created by this extension and monitors the extension's workload.
20-
- Install the provided [Counter SDK](https://github.com/firebase/extensions/tree/master/firestore-counter/clients/web/src/index.ts) in your app. You can then use this library in your code to specify your document path and increment values.
20+
- Install the provided [Counter SDK](https://github.com/firebase/extensions/blob/master/firestore-counter/clients/web/src/index.ts) in your app. You can then use this library in your code to specify your document path and increment values.
2121

2222
Detailed information for these post-installation tasks are provided after you install this extension.
2323

0 commit comments

Comments
 (0)