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

Commit 3617c33

Browse files
typo
1 parent da032fc commit 3617c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DATABASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Let's say we have the structure as defined at `setValue`, then use this query to
8686
{
8787
// set this to true if you want to check if the value exists or just want the event to fire once
8888
// default false, so it listens continuously.
89-
// Only when true this function will return the date in the promise as well!
89+
// Only when true, this function will return the data in the promise as well!
9090
singleEvent: true,
9191
// order by company.country
9292
orderBy: {
@@ -220,4 +220,4 @@ The client will automatically download the data at these locations and keep it i
220220
);
221221
```
222222

223-
By default, 10MB of previously synced data will be cached. If the cache outgrows its configured size, the Firebase Realtime Database will purge data that has been used least recently. Data that is kept in sync, will not be purged from the cache. _(From the official doc for [iOS](https://firebase.google.com/docs/database/ios/offline-capabilities) and [Android](https://firebase.google.com/docs/database/android/offline-capabilities))._
223+
By default, 10MB of previously synced data will be cached. If the cache outgrows its configured size, the Firebase Realtime Database will purge data that has been used least recently. Data that is kept in sync, will not be purged from the cache. _(From the official doc for [iOS](https://firebase.google.com/docs/database/ios/offline-capabilities) and [Android](https://firebase.google.com/docs/database/android/offline-capabilities))._

0 commit comments

Comments
 (0)