firebase-authentication-dotnet icon indicating copy to clipboard operation
firebase-authentication-dotnet copied to clipboard

Changes to use the library in .Net 7 winforms app

Open statler opened this issue 2 years ago • 1 comments

Made some changes to get your (really useful) auth working for me in a .Net 7 winforms app.

Changes:

  • made some classes more accessible to hook in from a winform - didn't have access to necessary methods.
  • A few library updates, but they weren't essential.
  • adds the <UseWindowsForms>true</UseWindowsForms> to the project file in WPF. This shouldn't affect WPF at all
  • change parameter type to WebAuthenticationBroker AuthenticateAsync to support management by a winform as well as WPF

It would be great if you could incorporate this into your published library. Happy to discuss.

statler avatar Mar 29 '23 10:03 statler

Frankly I would prefer if it were native winforms app, with it's own native UI. How is this interoperability with WPF controls done?

bezysoftware avatar Jul 13 '23 10:07 bezysoftware