aws-amplify / amplify-flutter

A declarative library with an easy-to-use interface for building Flutter applications on AWS.
https://docs.amplify.aws
Apache License 2.0
1.3k stars 239 forks source link

GET Endpoints ID on Pinpoint Flutter #351

Open bostaginting opened 3 years ago

bostaginting commented 3 years ago

How to get endpoints ID on flutter Amplify

Hi, I just want to ask, is there any way to get Endpoint ID Pinpoint on flutter?

because you can get the Endpoint ID on both IOS:

Screen Shot 2021-02-05 at 15 55 40

and android:

Screen Shot 2021-02-05 at 16 00 47

Platform Amplify Flutter current supports iOS and Android. This issue is reproducible in (check all that apply): [x] Android [x] iOS

fjnoyp commented 3 years ago

Hi @bostaginting that feature is currently not implemented in our flutter library. Could you tell us your use case for this and if it's a major feature that you'd need?

bostaginting commented 3 years ago

Hi, @fjnoyp I need to send/update FCM token to register endpoint on pinpoint so that I can push notif from pinpoint, is there any kind of way to do that on flutter?

here is the example on how to do it in my IOS swift code:

Screen Shot 2021-02-06 at 14 12 43

every suggestion will be appreciated thank you.

bostaginting commented 3 years ago

And when this feature will be implemented?

TetsuFe commented 2 years ago

This is a very important feature. firebase_analytics has this feature. If this feature is implemented in this plugin, I can save a lot of time.

fjnoyp commented 2 years ago

Thanks for your comments - this helps us prioritize issues. We will keep you updated.

MensurRasic commented 7 months ago

Any update?