Allow access to getSessionId #10599
Unanswered
joelshafferunion
asked this question in
Feature request
Replies: 1 comment
-
Getting this value can help app developers to do cross environment trackings (e.g. Posting events using Google's measutement protocol). Is there any plans to bring this feature, that is available in React Native too? |
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
-
There is currently no way to get the session id or number for Firebase Analytics.
This is a feature available in Android Firebase here: https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics#public-tasklong-getsessionid
and in iOS Firebase here:
https://firebase.google.com/docs/reference/ios/firebaseanalytics/api/reference/Classes/FIRAnalytics#/c:objc(cs)FIRAnalytics(cm)sessionIDWithCompletion:
Beta Was this translation helpful? Give feedback.
All reactions