Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active July 28, 2017 20:38
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/b37820852e29f716e342a9916964eafc to your computer and use it in GitHub Desktop.
Save matthieu-D/b37820852e29f716e342a9916964eafc to your computer and use it in GitHub Desktop.
<ion-header>
<ion-navbar>
<ion-title>
Ionic Twitter Firebase login
</ion-title>
</ion-navbar>
</ion-header>
<ion-content padding>
<div text-center>
<button ion-button (click)="login()">
Login
</button>
</div>
<ion-item *ngIf="user">
<h2>{{user.displayName}}</h2>
<ion-thumbnail item-end>
<img src="{{user.photoURL}}">
</ion-thumbnail>
</ion-item>
</ion-content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment