functions-samples
functions-samples copied to clipboard
Store state data in '__session' cookie instead of 'state' cookie
Firebase Functions seems to strip away any cookies not named '__session'. To get the Instagram sample to work I had to use the __session cookie instead of state
this should also fix
- #822
- #569