Skip to content

Are the new "near real time" performance metrics supported? #5474

Answered by mikehardy
dannyhw asked this question in Q&A
Discussion options

You must be logged in to vote

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:

"sdkVersions": {
"ios": {
"firebase": "8.2.0"
},
"android": {
"minSdk": 16,
"targetSdk": 30,
"compileSdk": 30,
"buildTools": "30.0.2",
"firebase": "28.2.0",
"playServicesAuth": "19.0.0"
}
}

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dannyhw
Comment options

Answer selected by dannyhw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants