You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I made this comment and submitted this PR, the Firebase SDK documentation appears to have been updated and equalTo and endAt are documented as supporting the optional key parameter:
This argument is only allowed if ordering by child, value, or priority.
AngularFire2 should also support the optional key parameter for equalTo and endAt.
There is a plunk here that demonstrates the SDK usage.
The text was updated successfully, but these errors were encountered:
cartant
added a commit
to cartant/angularfire
that referenced
this issue
Feb 21, 2017
Since I made this comment and submitted this PR, the Firebase SDK documentation appears to have been updated and
equalTo
andendAt
are documented as supporting the optionalkey
parameter:AngularFire2 should also support the optional
key
parameter forequalTo
andendAt
.There is a plunk here that demonstrates the SDK usage.
The text was updated successfully, but these errors were encountered: