EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

Feature request: Invites #199

Open lawrencetaur opened 7 years ago

lawrencetaur commented 7 years ago

https://firebase.google.com/docs/invites/

Would love to have this feature in a multiplayer game I'm building with firebase.

EddyVerbruggen commented 7 years ago

It's quite a bit of work - I recently created one for Cordova: http://plugins.telerik.com/cordova/plugin/firebase-invites

The hardest parts (setting up Firebase) have been done though since we're already using Firebase.. so it's a lot less work than the Cordova one.

lawrencetaur commented 7 years ago

Great work on the Cordova plugin! Hope to see this in Nativescript some day. :)

rezonjov commented 7 years ago

Would love to see it implemented as well, is there any way I could help?

EddyVerbruggen commented 7 years ago

@rezonjov Would you be up for a PR to add this feature?

yezarela commented 7 years ago

Hi @EddyVerbruggen , I have created a PR with this feature. Maybe you could review that :D

EddyVerbruggen commented 7 years ago

Thanks to @yezarela we now support firebase Invites on Android, see #362.

It's available from GitHub only. I will take a stab at iOS support shortly and push to npm when done.

jlooper commented 7 years ago

This is going to jumpstart my next app! Thanks!!

abhayastudios commented 7 years ago

@EddyVerbruggen @yezarela wow the newly added support for Firebase Invites is great news! Well done guys :)