We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006dc27 commit cd8bfbaCopy full SHA for cd8bfba
docs/populate.md
@@ -188,7 +188,6 @@ const populates = [
188
const enhance = compose(
189
firebaseConnect([
190
{ path: '/todos', populates }
191
- // '/todos#populate=owner:users:email' // equivalent string notation
192
]),
193
connect(
194
({ firebase }) => ({
@@ -205,6 +204,7 @@ ASDF123: {
205
204
text: 'Some Todo Item',
206
owner: "Iq5b0qK2NtgggT6U3bU6iZRGyma2",
207
ownerObj: {
+ displayName: "Morty Smith",
208
email: '[email protected]',
209
}
210
0 commit comments