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
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: firebase-element.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -136,11 +136,11 @@ <h3>My Firebase Data</h3>
136
136
*
137
137
* @event data-change
138
138
*/
139
-
139
+
140
140
/**
141
141
* Fired when the remote location has been read, whether or not data
142
142
* has been returned.
143
-
*
143
+
*
144
144
* @event data-ready
145
145
*/
146
146
@@ -204,15 +204,15 @@ <h3>My Firebase Data</h3>
204
204
/**
205
205
* Specify to order by key the set of records reflected on the client.
206
206
* @attribute orderByKey
207
-
* @typeAny
207
+
* @typeBoolean
208
208
*/
209
-
orderByKey: null,
209
+
orderByKey: false,
210
210
/**
211
211
* Specify to order by priority the set of records reflected on the client.
212
212
* @attribute orderByPriority
213
-
* @typeAny
213
+
* @typeBoolean
214
214
*/
215
-
orderByPriority: null,
215
+
orderByPriority: false,
216
216
/**
217
217
* Specify to create a query which includes children which match the specified value. The argument type depends on which orderBy*() function was used in this query. Specify a value that matches the orderBy*() type.
0 commit comments