Skip to content

Commit 2d7901a

Browse files
authored
Update README.md
1 parent 0f4831a commit 2d7901a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Although the [Firebase](https://www.npmjs.com/package/firebase) JavaScript libra
2020

2121
The native SDK's are much better for performance compared to the web SDK. The web SDK will run on the same thread as your apps ([JS thread](https://facebook.github.io/react-native/docs/performance.html#javascript-frame-rate)) therefore limiting your JS framerate, potentially affecting things touch events and transitions/animations.
2222

23-
The native SDK's also contains functionality that the web SDK's do not, for example [Analytics](/docs/api/analytics.md).
23+
The native SDK's also contains functionality that the web SDK's do not, for example [Analytics](/docs/api/analytics.md) and [Remote Config](/docs/api/remote-config.md).
2424

2525
## Example app
2626

@@ -40,6 +40,7 @@ We have a working application example available in at [fullstackreact/FirestackA
4040
* [Presence](docs/api/presence.md)
4141
* [ServerValue](docs/api/server-value.md)
4242
* [Cloud Messaging](docs/api/cloud-messaging.md)
43+
* [Remote Config](docs/api/remote-config.md)
4344
* [Events](docs/api/events.md)
4445
* [Redux](docs/redux.md)
4546

0 commit comments

Comments
 (0)