Skip to content

Instantly share code, notes, and snippets.

@bezysoftware
Last active January 12, 2020 11:36
Show Gist options
  • Select an option

  • Save bezysoftware/6cbc8574b40fe0bcc925db3aecf04dda to your computer and use it in GitHub Desktop.

Select an option

Save bezysoftware/6cbc8574b40fe0bcc925db3aecf04dda to your computer and use it in GitHub Desktop.
<!--WPF Sample-->
<Page x:Class="Firebase.Auth.Wpf.Sample.LoginPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800"
xmlns:firebase="clr-namespace:Firebase.Auth.UI;assembly=Firebase.Auth.UI.WPF">
<Grid>
<firebase:FirebaseUIControl>
<firebase:FirebaseUIControl.Header>
<!--Custom content shown above the provider buttons-->
<TextBlock
HorizontalAlignment="Center"
Text="Hello world"
/>
</firebase:FirebaseUIControl.Header>
</firebase:FirebaseUIControl>
</Grid>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment