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
- Host: GitHub
- URL: https://github.com/codefta/express-firebase-custom-token-auth
- Owner: codefta
- Created: 2022-08-04T06:46:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T06:49:54.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T02:19:33.150Z (over 1 year ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)