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

Commit 596ba86

Browse files
Removed the warning about persist
This was likely fixed in 4.0.0.
1 parent 0fc3885 commit 596ba86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/DATABASE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Since this is the most likely feature you'll use with this plugin it has already
1111
### init
1212
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`.
1313

14-
> Beware that `persist` [may cause trouble](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/186#issuecomment-265276766) when using `livesync`.
15-
1614
```js
1715
firebase.init({
1816
persist: true

0 commit comments

Comments
 (0)