Skip to content

colinclerk/firebase-cookie-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This function is deployed here: https://us-central1-testing-3ab8e.cloudfunctions.net/helloWorld

You can also test this in curl:

curl -H "Cookie: random=value" https://us-central1-testing-3ab8e.cloudfunctions.net/helloWorld

curl -H "Cookie: foo=bar" -X POST https://us-central1-testing-3ab8e.cloudfunctions.net/helloWorld

In the past, firebase functions wouldn't reflect cookies unless they were named __session, per this documentation: https://firebase.google.com/docs/hosting/manage-cache#using_cookies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published