https://github.com/ramesh-x/auth-cloud-functions
This is a sample code for securing your cloud function using firebase authentication.
https://github.com/ramesh-x/auth-cloud-functions
authentication authorization firebase firebase-auth firebase-cloud-functions firebase-functions gcp typescript
Last synced: about 2 months ago
JSON representation
This is a sample code for securing your cloud function using firebase authentication.
- Host: GitHub
- URL: https://github.com/ramesh-x/auth-cloud-functions
- Owner: Ramesh-X
- Created: 2020-12-10T16:31:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T03:25:42.000Z (over 5 years ago)
- Last Synced: 2025-02-16T09:28:39.979Z (over 1 year ago)
- Topics: authentication, authorization, firebase, firebase-auth, firebase-cloud-functions, firebase-functions, gcp, typescript
- Language: TypeScript
- Homepage: https://www.fcodelabs.com/2020/12/12/Cloud-Function-Auth
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Securing Your Cloud Functions
This is a sample code for securing your cloud function using firebase authentication. If you haven't read the corresponding article, I highly encourage you to read it.
[Authenticating Cloud Functions](https://www.fcodelabs.com/2020/12/12/Cloud-Function-Auth)
Read the above article and share your comments. I have explained everything regarding this code there.