We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8962a commit 81252d0Copy full SHA for 81252d0
README.md
@@ -534,7 +534,6 @@ The native Firebase JavaScript library provides a featureful realtime database t
534
```javascript
535
firestack.database
536
.ref(LIST_KEY)
537
- .orderByChild('timestamp')
538
.on('value', snapshot => {
539
if (snapshot.val()) {
540
console.log('The list was updated');
0 commit comments