2
0
mirror of synced 2025-01-11 22:54:12 +00:00

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

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