Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 8be0b10

Browse files
Update DATABASE.md
1 parent 4f8abc3 commit 8be0b10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/DATABASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Since this is the most likely feature you'll use with this plugin it has already
1313
### init
1414
You can optionally pass `persist` to the [`init` function](../README.md#init) to make Firebase save data to the local disc so it will work in offline scenario's. Default `false`.
1515

16+
> Beware that `persist` [may cause trouble](#186) when using `livesync`.
17+
1618
```js
1719
firebase.init({
1820
persist: true

0 commit comments

Comments
 (0)