-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: First argument passed to startAt(), endAt(), or equalTo() cannot be an object. #900
Comments
@vkniazeu If I mentioned on Stack Overflow that support for the optional Which is two commits after 2.0.0-beta.8. So the changes have been merged into master, but they are not in a published release. Apologies for any confusion I've caused. |
@cartant , thank you for a quick reply! |
@vkniazeu Currently, the documentation is essentially whatever is in master and, as the PR that was merged included the code changes, the tests and the documentation, it's reflected in what you see on the GitHub site. If/when the documentation is published to a separate site - upon the publishing of a release - this would be less of a problem, but, at the moment, it is what it is. |
@cartant , got it. I was treating the docs as something that was updated post release. |
@vkniazeu No worries. For what it's worth, when I look around in GitHub repos for source and docs I often make a point of selecting the branch that corresponds with the latest release - or the release that I'm using - to see the source and docs as they were at the time. |
please, I need this feature for now! How can I play with the latest changes in master? |
Version info
Angular:
4.0.2
Firebase:
3.7.6
AngularFire:
2.0.0-beta.8
Other (e.g. Ionic/Cordova, Node, browser, operating system):
Ionic Framework: 3.0.1
Ionic App Scripts: 1.3.2
Angular Core: 4.0.2
Angular Compiler CLI: 4.0.2
Node: 7.9.0
OS Platform: Windows 10
Navigator Platform: Win32
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
How to reproduce these conditions
Failing test unit, Plunkr, or JSFiddle demonstrating the problem
Steps to set up and reproduce
Debug output
** Errors in the JavaScript console **
Expected behavior
As described in the footnote 1 at https://github.com/angular/angularfire2/blob/master/docs/4-querying-lists.md.
Actual behavior
The text was updated successfully, but these errors were encountered: