i would like to add firebase authentication to my android app that is based on wordpress .
I would like to provide facebook and google authentication , and automatically create a user in my wordpress database
What i have done so far
Configured WP REST API so that i can register new users Configured firebase authentication
What i need
Get user's name and email and register it in my wordpress database using my methode called createNewUser() and link them for futur login