step-up-labs / firebase-authentication-dotnet

C# library for Firebase Authentication
MIT License
377 stars 130 forks source link

Repair to Issue #143. https://github.com/step-up-labs/firebase-authen… #144

Closed Avrohom closed 3 years ago

Avrohom commented 3 years ago

143

bezysoftware commented 3 years ago

Instead of calling the signIn on Client, is is possible to use the Config object update the current user (which triggers the UserChanged event that the FirebaseUI is listenning for?)

await Config.UserManager.SaveNewUserAsync(userCredential.User);

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

Closing the issue due to inactivity. Feel free to re-open