-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Question/idea] Push notification possible ? #33
Comments
Hey, It's not currently possible to do this. In all honesty, I probably wouldn't look at doing this any time soon. I'm not confident that it would be best to wrap the Flutter Parse SDK around notifications at this point with Flutter being so immature. I'd probably wait a good while until notification libraries are wrote by others and then wrap Flutter Parse SDK around their implementations. For now, I think the database, functions, config, users etc should be safe to work with. |
Hello, |
Hey Pablo.
In not actually sure in all honesty. I would imagine so. The selling point
on Flutter is that you can bridge to anything native. That being said, I'm
fairly new to Flutter so don't really know how the notifications work and
how they would bridge. Feel free to give it a go?
…On Mon, Jan 21, 2019, 20:18 Pablo ***@***.*** wrote:
Hello,
@phillwiggins <https://github.com/phillwiggins> Is it possible to extend
the flluter apps to add the native sdk and implement parse notifications?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3vOIdbYOQNZACEIfMFFoNlDPkoAqks5vFiCXgaJpZM4Z9UKR>
.
|
Ok thanks!, Im going to try it this week |
Cool. Let me know if you need help and I'll see what I can do.
…On Mon, Jan 21, 2019, 20:23 Pablo ***@***.*** wrote:
Ok, Im going to try it this week
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3rfqYu9LmK4aYFrJfpdBqmed8aWjks5vFiG0gaJpZM4Z9UKR>
.
|
@phillwiggins Push notifications are working, I have implemented the native android sdk extending the native Application class.
And with flutter Im going to save the current user in this installation. |
Hi,
Is it possible with the Flutter Parse SDK to send push notification ?
For exemple, send one notification to a specific user with his deviceToken and handle the push notification to redirect the user according to the payload of the notification ?
In advance, thank you.
The text was updated successfully, but these errors were encountered: