DEV Community

Discussion on: How to share Firebase Authentication across subdomains

 
johncarroll profile image
John Carroll • Edited

In order for the cookie to be set, the function will need to be on the same domain as the client app.

Also, if I remember correctly one of the links in this post directs to a Google Chrome issue where it didn’t show the cookie being set in the browser. Not sure if it’s the same as what you’re experiencing though.