Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In a new Ionic 2 project, FirebaseInvites is undefined #6

Open
GarettRogers opened this issue Dec 21, 2016 · 2 comments
Open

In a new Ionic 2 project, FirebaseInvites is undefined #6

GarettRogers opened this issue Dec 21, 2016 · 2 comments

Comments

@GarettRogers
Copy link

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.

@ourarash
Copy link

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

@nidhivc
Copy link

nidhivc commented Apr 18, 2018

it is not working @ourarash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants