From 755bdda4a7d5e189ca3221ba10f1db2aa6cb1593 Mon Sep 17 00:00:00 2001 From: Carl Lippert Date: Sun, 30 Apr 2017 00:05:12 -0500 Subject: [PATCH] Update database.md Looks like some copied docs from firestack snuck through? --- docs/modules/database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/database.md b/docs/modules/database.md index 465526b1..407fee65 100644 --- a/docs/modules/database.md +++ b/docs/modules/database.md @@ -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