Tomas Bezouska

Results 89 comments of Tomas Bezouska

What are you expecting to receive? Also I believe this API to be deprecated, so you should stop using it anyway. See https://twitter.com/Firebase/status/1745493276222734784

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

Hi, see the readme https://github.com/step-up-labs/firebase-authentication-dotnet#firebaseauthenticationnet-1 Persistence is implemented via UserRepository. You can also explore sample projects in this repo

Feel free to send a PR to update the readme.

That's something that would require a bigger rewrite, since the repository code if now used (AFAIK) in some constructors and properties (getters / setters). So introducing async would right now...

> Hi @bezysoftware , thanks a lot for the quick response. > > I got it, I need to use UserRepository definition so that the signin information is persisted. And...

You'll need to share the exception you get and the place where it's coming from to be get any help, without it it would be guessing

Since the response is empty, it looks like it didn't actually go thru. Do you have internet available in the Android instance, maybe do you need to explicitly allow it?

To check password is correct you need to call `SignInWithEmailAndPasswordAsync`, if it succeeds the password was correct

I don't think that's possible