Skip to content

Commit 6e00f5e

Browse files
authored
chore(docs): incorrect link (404) to profileFactory in FAQ (#1173)
1 parent 9041285 commit 6e00f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* [populate functionality](http://react-redux-firebase.com/docs/populate) (similar to mongoose's `populate` or SQL's `JOIN`)
77
* `react-native` support ([web/js](http://react-redux-firebase.com/docs/recipes/react-native.html) or native modules through [`react-native-firebase`](http://docs.react-redux-firebase.com/history/v2.0.0/docs/recipes/react-native.html#native-modules))
88
* tons of [integrations](#integrations)
9-
* [`profileFactory`](http://react-redux-firebase.com/docs/config) - change format of profile stored on Firebase
9+
* [`profileFactory`](https://react-redux-firebase.com/docs/recipes/profile) - change format of profile stored on Firebase
1010
* [access to firebase's `storage`](http://react-redux-firebase.com/docs/storage) and `messaging` services
1111
* `uniqueSet` method helper for only setting if location doesn't already exist
1212
* Object or String notation for paths (`[{ path: '/todos' }]` equivalent to `['/todos']`)

0 commit comments

Comments
 (0)