Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active July 28, 2017 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/a0555f00d0b7e8bd15b002e645574682 to your computer and use it in GitHub Desktop.
Save matthieu-D/a0555f00d0b7e8bd15b002e645574682 to your computer and use it in GitHub Desktop.
import { AngularFireAuth } from 'angularfire2/auth';
import * as firebase from 'firebase/app';
...
@Component({
selector: 'page-home',
templateUrl: 'home.html'
})
export class HomePage {
user;
constructor(public navCtrl: NavController,
public twitterConnect: TwitterConnect,
public afAuth: AngularFireAuth,
public platform: Platform) {
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment