Email and Password authentication using Firebase

Please I am newbie to android programming and Firebase authentication. I am charged toimplement Email and password authentication in android giving URL ( POST Method ). the authentication will returns JSON file. If the authentication is successfully done the JSON file will return User information and if not it will contains “bad credentials”.

Can Someone help me giving some highlights on how to work on this taskas I don’t have any key words to look for it. Thanks in advance.

Do you want to implement Authentication using Firebase or manually by POSTing to some endpoint? Your question isn’t really clear on this.

Hi @Sujan12,
Thanks for answering my issue. I want just to requesting POSTing endpoint.
Thanks