Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

refBuilder: Cannot read property 'key' of undefined #151

Open
nicoonee opened this issue Apr 6, 2017 · 1 comment
Open

refBuilder: Cannot read property 'key' of undefined #151

nicoonee opened this issue Apr 6, 2017 · 1 comment

Comments

@nicoonee
Copy link

nicoonee commented Apr 6, 2017

I have an issue when use refBuilder and do try catch inside function PathMonitor(esc, path) {)
i got TypeError: Cannot read property 'key' of undefined.

My config code:
refBuilder: function(ref, path) {
return ref.ref.orderByChild('updatedAt').startAt(Date.now());
}

and data structure is

items: {
$id: {
createdAt:
id:
name:
updatedAt:
}

@kleeb
Copy link

kleeb commented May 10, 2017

#163

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants