You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Although the [Firebase](https://www.npmjs.com/package/firebase) JavaScript libra
20
20
21
21
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.
22
22
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).
24
24
25
25
## Example app
26
26
@@ -40,6 +40,7 @@ We have a working application example available in at [fullstackreact/FirestackA
0 commit comments