mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
fixed typo
This commit is contained in:
parent
6e6b25b1a1
commit
ca27c8e96e
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ newPostStream.stop();
|
|||
It is now possible to subscribe to events using wildcards and variables in the path:
|
||||
```javascript
|
||||
// Using wildcards:
|
||||
db.ref('users/*\/posts')
|
||||
db.ref('users/*/posts')
|
||||
.on('child_added')
|
||||
.subscribe(snap => {
|
||||
// This will fire for every post added by any user,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue