-
It seems like recently there was an update that enables near real time performance metrics in firebase, I'm wondering if the current react-native-firebase package supports this new "near real time" type of metric. The firebase console warns me to make sure I use "SDK version 19.0.10 or newer" for android and 7.3 for ios. I've recently updated my react-native-firebase packages but I still see this warning. I've been looking around the docs and I can't find any mention of it. So are the near real time metrics supported or are there plans to support it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To know what underlying SDKs are in use examine the package.json in react-native-firebase/packages/app/package.json Lines 63 to 75 in daaa72d or check the CHANGELOG where we note them https://github.com/invertase/react-native-firebase/blob/master/CHANGELOG.md#features unless you have overridden them https://rnfirebase.io/#overriding-native-sdk-versions |
Beta Was this translation helpful? Give feedback.
To know what underlying SDKs are in use examine the package.json in
@react-native-firebase/app
in order to see what underlying SDKs are in use:react-native-firebase/packages/app/package.json
Lines 63 to 75 in daaa72d
or check the CHANGELOG where we note them https://github.com/invertase/react-native-firebase/blob/master/CHANGELOG.md#features
unless you have overridden them https://rnfirebase.io/#overriding-native-sdk-versions