chrisribe / ti-firebase

Appcelerator / Titanium module project to build and use the google firebase SDK
Other
33 stars 14 forks source link

Implementing Notifications #3

Open m1ga opened 8 years ago

m1ga commented 8 years ago

Are you going to implement push in your module?

chrisribe commented 8 years ago

Do you mean Firebase Notifications ? https://firebase.google.com/docs/notifications/

I was not, but the code does not seem to be too complex. A simple callback should work I think... Would you be willing to test it if I do add it ?

Thanks

m1ga commented 8 years ago

Sorry, yes I mean Firebase notifications.

Of course I'll test it

nawaf commented 8 years ago

Does the module supports real database? https://firebase.google.com/docs/database/

chrisribe commented 8 years ago

Sorry nawaf, not the project does not yet support realtime database events. You can look at this project that does: https://github.com/ianko/firebase-titanium

Maybe someone can help implement this in this project. Chris

fahad86 commented 8 years ago

@chrisribe any idea when the first version of FCM would be available for testing?

I would be happy to help with the testing as well :)

chrisribe commented 8 years ago

Sorry no idea, my current project does not need notifications. I need to find some time to test implementing this.

Chris

pebosi commented 8 years ago

+1 for notifications, could also test if there was any code.

jcsomac commented 7 years ago

No notifications yet ?

Wingee commented 7 years ago

Not yet it seems. Can anybody else add FCM for iOS to this module?