0

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)

enter image description here

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

husham1414
  • 41
  • 1
  • 8

1 Answers1

-1

You can use existing C# REST libraries like FireSharp or FirebaseSharp Or Firebase Database REST API.

Because official library not exists, yet.

P.S. Firebase C# library

Using Firebase in .NET

Hammas_Stack1
  • 184
  • 1
  • 13