I want to make an application that can any user sign up and sign in to his account using Firebase Email and Password Authenticate
so I can see the list of users here (image)
I can do it with android but are there any ways to do it with c#?
Now I know about the Firebase libraries but I want the code to do:
-CreateUserWithEmailAndPassword
-SignInWithEmailAndPassword
-SendPasswordResetEmail
