-
Notifications
You must be signed in to change notification settings - Fork 131
Description
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:
- Installed Nuget packages (4.1.0):

- Added code in the App.xaml.cs (api key edited):

- Added code in view:


However when running the app, the view is empty:

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

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

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!