Update database.md

Looks like some copied docs from firestack snuck through?
This commit is contained in:
Carl Lippert 2017-04-30 00:05:12 -05:00 committed by GitHub
parent 019269a66c
commit 755bdda4a7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class MyComponent extends Component {
### 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:
```javascript