Get firebase sdk version in gradle file #5569
Unanswered
svenlombaert
asked this question in
Q&A
Replies: 1 comment
-
Indeed there is, you might like: react-native-firebase/packages/messaging/android/build.gradle Lines 23 to 33 in 39aa46f |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
We had to add some custom code for using appboy-sdk with firebase messaging. All seems to work but this means I had to add these lines to my
app/build.gradle
file:As you can see I just hardcoded the SDK version, but is there a way to read out the SDK version that's specified in the messaging package?
Beta Was this translation helpful? Give feedback.
All reactions