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? #37600

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

Firebase Analytics different method names? #37600

juliocbcotta opened this issue Aug 5, 2019 · 2 comments
Labels
c: proposal A detailed proposal for a change to Flutter

Comments

@juliocbcotta
Copy link

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

@BondarenkoStas BondarenkoStas added the c: proposal A detailed proposal for a change to Flutter label Sep 19, 2019
@iapicca
Copy link
Contributor

iapicca commented Jan 16, 2020

Hi @BugsBunnyBR given the open issue in the dedicated github
I'm closing this one as isn't an issue with Flutter itself,
if you disagree please write in the comments and I will reopen it
thank you

@iapicca iapicca closed this as completed Jan 16, 2020
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: proposal A detailed proposal for a change to Flutter
Projects
None yet
Development

No branches or pull requests

3 participants