An open API service indexing awesome lists of open source software.

https://github.com/codefta/express-firebase-custom-token-auth

Using custom token for login to firebase
https://github.com/codefta/express-firebase-custom-token-auth

Last synced: about 1 year ago
JSON representation

Using custom token for login to firebase

Awesome Lists containing this project

README

          

## Firebase Custom Token Auth

---

### Instruction

1. Move `.env.example` to `.env`
2. Move `firebase-credential.example.json` to `firebase-credential.json`
3. Run `npm install`
4. Run `node index.js`

### Resources

1. [Firebase Custom Token Auth](https://firebase.google.com/docs/auth/admin/create-custom-tokens)
2. [Firebase SignInWithCustomToken SDK](https://firebase.google.com/docs/auth/web/custom-auth)