Skip to content

Commit 81252d0

Browse files
committed
Updated readme
1 parent 5f8962a commit 81252d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,6 @@ The native Firebase JavaScript library provides a featureful realtime database t
534534
```javascript
535535
firestack.database
536536
.ref(LIST_KEY)
537-
.orderByChild('timestamp')
538537
.on('value', snapshot => {
539538
if (snapshot.val()) {
540539
console.log('The list was updated');

0 commit comments

Comments
 (0)