A simple example using node rest api to create users in firebase authentication.
- Clone the project.
- Execute the command npm install inside project folder.
- Set your service account key and database url on file firebase.admin.ts.
- To start the project you have to execute the command npm run start, for default is running on port 8090.
- The example only have one method, "createUser", accessing for "http:<your_host>/api/user", it is a post method using for create a user on firebase authentication using the sign-in method email/password.