-
Notifications
You must be signed in to change notification settings - Fork 141
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
Request: Firebase Analytics Support #16
Comments
Interested in this as well. I am curious how to add destinations and make them compatible to the flutter app. For example, how can I send push notifications (e.g. using Firebase FCM) based on the events tracked with Segment. Any help would be appreciated |
@geoox to integrate push with Firebase, go to the Firebase SDK implementation and docs, it is not related to this library. |
Any updates on this one? |
@Imgkl you can fork this plugin or use mine Firebae Integration, if you need it now. |
@danielgomezrico maybe can merge @ariefwijaya implementation? |
@RicharC293 there are no PRs to merge, if you want you can use @ariefwijaya fork |
I can create a PR for firebase analytics, but mine requires this PR #18 |
Then no becuase it can not be merged like that |
@ariefwijaya, could you please introduce how you add configuration to Firebase as a destination for Segment on your fork? I wonder if it is necessary, for example, to add changes to build.gradle on your fork, or is it already configured? Second, how to invoke a configuration for a Segment so that Firebase is the destination? |
@Mik77o You can see my fork to compare, but here are the things:
|
@danielgomezrico I just created a PR to solve this issue. Hope it helps everyone, it is currently working fine in our app. Let me know what else I need to do to merge this into the master branch. |
We need this integration for some of our attribution events, +1 to getting the above merged ASAP 👀 |
@jeffkelsey if you need it now, you could use it from your project if you point to the branch |
@danielgomezrico , which branch? It looks like the PR here has build errors for android. I tried:
I am getting the following library conflict issue when trying to build for iOS with the version 1.20.0( about 2 months old) of the core firebase flutter libraries:
|
@danielgomezrico do you have any idea on the timeline for getting the proper firebase analytics support into the flutter segment plugin? The business team at my company is asking me about this since all our tracking is through flutter segment and we need to get our events into firebase analytics without having to track our events twice (once in segment, once with firebase analytics sdk) which would sort of defeat the purpose of using segment. |
From our side, there are no plans to include it, our business does not require that, I don't ask you to open a PR adding this because theres a blocker to merge this kind of PRs here: You could have a branch with the integration or fix the issues on the PR from thorgexyz too if you want to use it |
@jeffkelsey I'm in the same situation right now, how did you handle this considering the attempts to add this integration were blocked? |
I de-prioritized the firebase analytics events via segment work, Biz team was not happy... |
so basically still waiting for a solution? hahah, oh well here we go |
yeah, waiting for a better option 😴😴😴 |
@danielgomezrico Hi, I think, if our business don't required any external integration. we need to close this PR #15 and remove amplitude from flutter_segment . so we will have a clean flutter_segment. |
I would like to add Firebase as a destination to Segment as per this documentation.
Seems like this has been in the making?
Maybe some others who would also like this can upvote the post.
The text was updated successfully, but these errors were encountered: