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

How to import in ionic3's app.module.ts #52

Open
uokivan opened this issue Jan 28, 2019 · 1 comment
Open

How to import in ionic3's app.module.ts #52

uokivan opened this issue Jan 28, 2019 · 1 comment

Comments

@uokivan
Copy link

uokivan commented Jan 28, 2019

How to import in ionic3's app.module.ts ?
Thank's a lot

@ziyaddin
Copy link

ziyaddin commented Jan 28, 2019

I think you should refer to this resource: https://ionicframework.com/docs/native/firebase-authentication/

Steps for importing an Ionic Native plugin:

  1. Install the plugin via npm:
npm install --save @ionic-native/firebase-authentication
  1. Import the plugin in app.module.ts:
import { FirebaseAuthentication } from '@ionic-native/firebase-authentication';
  1. Add the plugin to providers array in app.module.ts:
providers: [
...
FirebaseAuthentication
]

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

2 participants