alexedwards / scs

HTTP Session Management for Go
MIT License
2.11k stars 165 forks source link

Add support for Google cloud Firestore. #124

Closed jum closed 2 years ago

jum commented 2 years ago

This is converted from my earlier pull requests to make scs work with Google Cloud Firestore.

alexedwards commented 2 years ago

@jum Thank you.

I know this this has been made harder due to me not wanting to make breaking changes, and I appreciate your patience :+1:

Merging now.

gandaldf commented 2 years ago

Hi @jum, @alexedwards just merged my #127 PR where I updated stores documentation. I would ask you if you could please complete your PR writing a small example in firestore README file. I don't have a Google Cloud account at the moment so I can't write or test it but I already started it for you. If you'd need to write about a spcific topic (for example session cleanup or key collision), you could also follow the documentation style already present in the others stores packages. Thank you!