https://github.com/dylan-kentish/firebase-auth-functions
This repository demonstrates using the firebase-admin SDK, for authentication within firebase functions.
https://github.com/dylan-kentish/firebase-auth-functions
firebase firebase-admin firebase-auth firebase-authentication
Last synced: 3 days ago
JSON representation
This repository demonstrates using the firebase-admin SDK, for authentication within firebase functions.
- Host: GitHub
- URL: https://github.com/dylan-kentish/firebase-auth-functions
- Owner: Dylan-Kentish
- Created: 2022-09-26T18:42:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T21:34:42.000Z (over 3 years ago)
- Last Synced: 2025-06-14T09:39:08.122Z (11 months ago)
- Topics: firebase, firebase-admin, firebase-auth, firebase-authentication
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firebase-auth-functions
This repository demonstrates using the firebase-admin SDK, for authentication within firebase functions.
This repository requires that the default Firebase Service Account has the "Service Account Token Creator".
The /customToken requires the caller to provide a firebase JWT authentication token in the header,
this token is used to identify the user and create a new custom authentication token.
The custom token returned can be used to login as the user, using the firebase/auth function "signInWithCustomToken".