Update database.md
Looks like some copied docs from firestack snuck through?
This commit is contained in:
parent
019269a66c
commit
755bdda4a7
|
@ -72,7 +72,7 @@ class MyComponent extends Component {
|
||||||
|
|
||||||
### Reading data
|
### Reading data
|
||||||
|
|
||||||
Firstack allows the database instance to [persist on disk](https://firebase.google.com/docs/database/android/offline-capabilities) if enabled.
|
Firebase allows the database instance to [persist on disk](https://firebase.google.com/docs/database/android/offline-capabilities) if enabled.
|
||||||
To enable database persistence, pass the configuration option `persistence` before calls are made:
|
To enable database persistence, pass the configuration option `persistence` before calls are made:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
|
Loading…
Reference in New Issue