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

Commit e1ee43e

Browse files
Docs++
1 parent 3267da2 commit e1ee43e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you can spare 41 seconds, check this plugin's [demo app](https://github.com/E
99
[![YouTube demo, 41 sec](docs/images/yt-thumb.png)](https://youtu.be/7zYU5e0Djkw "YouTube demo, 41 sec")
1010

1111
### Use when
12-
* you need to store JSON data in the cloud,
12+
* you need to store JSON data in the cloud (but don't want to loose data when the device is offline),
1313
* you want to sync that data to other devices and platforms,
1414
* you want to optionally protect that data by having users log in,
1515
* you want to update clients at the moment the data changes (think chat and multiplayer games),
@@ -83,14 +83,16 @@ All further examples assume `firebase` has been required.
8383

8484
Also, all functions support promises, but we're leaving out the `.then()` stuff for brevity where it doesn't add value.
8585

86+
## Features
8687
For readability the supported features have been moved to their own README's:
8788

88-
* [Database](docs/DATABASE.md)
89+
* [Realtime Database](docs/DATABASE.md)
8990
* [Authentication](docs/AUTHENTICATION.md)
9091
* [Remote Config](docs/REMOTECONFIG.md)
9192
* (Push) Notifications (work in progress)
9293

9394

95+
9496
## Known issues on Android
9597

9698
#### DexIndexOverflowException

0 commit comments

Comments
 (0)