Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 603 Bytes

Readme.md

File metadata and controls

25 lines (17 loc) · 603 Bytes

API users with Firebase Functions, Auth and Express

API to manage users with Fireabase Auth

Running Locally

$ git clone https://github.com/szuviria/firebase-functions-api-users.git
$ cd functions
$ npm install
$ npm run serve

Firebase Admin Account Keys

To run the function locally you need set up the account key to be able to connect with the auth API locally. Then

$ npm run serve

Built Using