Skip to content

Commit cd8bfba

Browse files
authored
fix(docs): add missing field to populate example (prescottprue#900) - @gregfenton
1 parent 006dc27 commit cd8bfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/populate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ const populates = [
188188
const enhance = compose(
189189
firebaseConnect([
190190
{ path: '/todos', populates }
191-
// '/todos#populate=owner:users:email' // equivalent string notation
192191
]),
193192
connect(
194193
({ firebase }) => ({
@@ -205,6 +204,7 @@ ASDF123: {
205204
text: 'Some Todo Item',
206205
owner: "Iq5b0qK2NtgggT6U3bU6iZRGyma2",
207206
ownerObj: {
207+
displayName: "Morty Smith",
208208
email: 'mortysmith@gmail.com',
209209
}
210210
}

0 commit comments

Comments
 (0)