1.0.0 • Published 9 years ago

firebase-login v1.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
9 years ago

firebase-login

Allows your node applications to authenticate a Firebase reference using your Firebase account credentials.

Note: This library is not related to Firebase's Simple Login email/password authentication. It allows you to log in with your Firebase account credentials, not a user's Simple Login email/password account.

Installation

Install via npm:

npm install firebase-login

Example

var ref = new Firebase('https://<Your Firebase>.firebaseio.com');

FirebaseLogin(ref, {
        email: "<Your Email>", 
        password: "<Your Password>"
    }, 
    function (error, data) {
        console.log(arguments);
    }
);

Credits

Development of this library is sponsored by Rigidflame Consultants.

1.0.0

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago