Skip to content

Commit 9a43e11

Browse files
committed
Readme
1 parent f683ef2 commit 9a43e11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/api/database.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ firestack.database()
2525
});
2626
```
2727

28+
Test value exists at location:
29+
```javascript
30+
firestack.database()
31+
.ref('posts/1234')
32+
.exists();
33+
```
34+
35+
2836
## Unmounted components
2937

3038
Listening to database updates on unmounted components will trigger a warning:

0 commit comments

Comments
 (0)