-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
query error #7
Comments
Hello |
same :/ |
Same here, please help |
I had the same issue but it's solved now:
getMessages in chat.service.ts to be like this |
Hi @anonnoisy, @anthony-coplo, @JBuckGuy, @sameeranihathe |
AngularFire has moved, we're now @angular/fire |
getMessages(): FirebaseListObservable<ChatMessage[]> {
// query to create our message feed binding
return this.db.list('message',{
query: {
limitToLast: 20,
orderByKey: true
}
});
}
The text was updated successfully, but these errors were encountered: