Skip to content

Commit

Permalink
focs: fix older sdk links
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Mar 17, 2022
1 parent b00c7a2 commit af5afff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const firestore = getFirestore(app);
// Initialize `firestorter`
initFirestorter(makeWebContext({ firestore }));
```
> See here on how to use with [react-native](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-react-native), [compat mode](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-compat-mode) and [older firebase SDKs](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-older-javascript_sdks_v8).
> See here on how to use with [react-native](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-react-native), [compat mode](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-compat-mode) and [older firebase SDKs](https://ijzerenhein.github.io/firestorter/#/./guides/Installation.md?id=usage-with-older-javascript-sdks-lt-v8).
**2. Create a `Collection` or `Document`**

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const firestore = getFirestore(app);
// Initialize `firestorter`
initFirestorter(makeWebContext({ firestore: firestore }));
```
> See here on how to use with [react-native](./guides/Installation.md#usage-with-react-native), [compat mode](./guides/Installation.md#usage-with-compat-mode) and [older firebase SDKs](./guides/Installation.md#usage-with-older-javascript_sdks_v8).
> See here on how to use with [react-native](./guides/Installation.md#usage-with-react-native), [compat mode](./guides/Installation.md#usage-with-compat-mode) and [older firebase SDKs](./guides/Installation.md#usage-with-older-javascript-sdks-lt-v8).
**2. Create a `Collection` or `Document`**

Expand Down

0 comments on commit af5afff

Please sign in to comment.