FireSharp icon indicating copy to clipboard operation
FireSharp copied to clipboard

authWithPassword API

Open robomotic opened this issue 10 years ago • 4 comments

Hello there, I am using your library since today and is wonderful. I was looking also to use the custom authentication protocol from my client as they show in the javascript library:

var ref = new Firebase("https://<YOUR-FIREBASE-APP>.firebaseio.com");
ref.authWithPassword({
  email    : "[email protected]",
  password : "correcthorsebatterystaple"
}, function(error, authData) {
  if (error) {
    console.log("Login Failed!", error);
  } else {
    console.log("Authenticated successfully with payload:", authData);
  }
});

Are you planning to implement this?

robomotic avatar Oct 15 '15 20:10 robomotic

+1

oransel avatar Apr 20 '16 03:04 oransel

I'm looking for a way to authenticate client via Firesharp. This would be awesome

ngducnghia avatar May 24 '16 06:05 ngducnghia

I am going to publish it then . The problem is that it will break very soon with the new API they released like 3 days ago I guess ....

Sent from my iPhone

On 24 May 2016, at 07:28, ngducnghia [email protected] wrote:

I'm looking for a way to authenticate client via Firesharp. This would be awesome

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

robomotic avatar May 24 '16 07:05 robomotic

Did you publish this somewhere? I'm also interested in this. Thanks robomotic

allnightcoder avatar May 24 '16 14:05 allnightcoder