Telerik-Verified-Plugins / Firebase-Invites

:wave: Invite your contacts to install and use your app via Email or SMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In a new Ionic 2 project, FirebaseInvites is undefined

GarettRogers opened this issue · comments

After adding the plugin, I am not able to use FirebaseInvites in an ionic 2 application (using Angular 2 / TypeScript)... It seems to always be undefined.

Try this: at the beginning of your .ts file:
declare let FirebaseInvites: any;

it is not working @ourarash