Skip to content

WinUI3 FirebaseUIControl not showing #229

@rcorin

Description

@rcorin

I'm working on a WinUI3 app that uses FirebaseAuthentication. Briefly, the FirebaseUI component is showing blank for me when using FirebaseAuthentication via Nuget, however in the provided sample using the library directly in the project it works fine.

Detailed explanation. I've followed the steps to add FirebaseAuth:

  1. Installed Nuget packages (4.1.0):
Image
  1. Added code in the App.xaml.cs (api key edited):
Image
  1. Added code in view:
Image Image

However when running the app, the view is empty:

Image

I'm running Visual Studio 17.14, and tested the sample in the same PC and environment and can see it working:

Image

with the only difference is that the sample doesn't use Nuget but has the libraries embedded in the project:

Image

I also made an isolated clean test project with just the firebase stuff as in the provided sample but using Nuget and am seeing the same behavior, I can provide the ZIP file of the test project upon request. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions