Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase Analytics different method names? #18

Closed
juliocbcotta opened this issue Aug 23, 2019 · 2 comments
Closed

Firebase Analytics different method names? #18

juliocbcotta opened this issue Aug 23, 2019 · 2 comments
Labels

Comments

@juliocbcotta
Copy link
Contributor

flutter/flutter#37600

@BondarenkoStas BondarenkoStas added the type: enhancement New feature or request label Oct 17, 2019
@iapicca
Copy link

iapicca commented Jan 16, 2020

contents from flutter/flutter#37600

So,
it looks like Android has setSessionTimeoutDuration
https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.html#setSessionTimeoutDuration(long)

and iOS has setsessiontimeoutinterval
https://firebase.google.com/docs/reference/ios/firebaseanalytics/api/reference/Classes/FIRAnalytics#+setsessiontimeoutinterval:

They seems to me to be the same action, but with different names in each platform?
Firebase Analytics plugin current implementation only tracks the setSessionTimeoutDuration.

If so, how to proceed ?

  1. Create an FirebaseAnalyticsIos namespace and add the method setsessiontimeoutinterval?
  2. Create the iOS version of setSessionTimeoutDuration and call setsessiontimeoutinterval ? Leaving it documented in the dart side?

cc: @collinjackson

@Salakar
Copy link
Member

Salakar commented Aug 26, 2020

Closing this due to the tag spam from other issues. If this is still an issue then it'll most likely be covered under #2582

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants