We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9064e14 commit c209f6bCopy full SHA for c209f6b
README.md
@@ -89,7 +89,6 @@ utilize the following:
89
var index = new FirebaseIndex(fb.child('users/789/friend_list'), function(key) { return fb.child('users/'+key+'/name'); } );
90
```
91
92
-
93
You can use FirebaseIndex in node.js as well:
94
95
```javascript
0 commit comments