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

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.

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.