**Features**
**Propieties**
Apikey: You can get the API key in Firebase console. Overview/Project settings
**Events**
FirebaseAuthError: this event return the error message for errors handler.
FirebaseAuthUserData: this event return the response values directly. (idToken, refreshToken, localId, email, expireIn) by Andres Cotes
**Methods**
CreateUserWithEmailAndPassword: Sign up user in your Firebase project with email and password.
DeleteUserAccount: Delete an existing user.
GetUserInfo: Return user info email and local id
SignInWithEmailAndPassword: Sign in an user.
Please test!