Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive finished games #6

Open
eltoder opened this issue Nov 17, 2024 · 1 comment
Open

Archive finished games #6

eltoder opened this issue Nov 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@eltoder
Copy link
Owner

eltoder commented Nov 17, 2024

Realtime db has free reads/wrties, but it's expensive to store data ($5/GB/month). We can archive completed games to a cheaper storage. Firestore is $0.15/GB/month and plain cloud storage is $0.020/GB/month.

@eltoder eltoder added the enhancement New feature or request label Nov 17, 2024
@eltoder eltoder changed the title Archive completed games Archive finished games Dec 1, 2024
@eltoder
Copy link
Owner Author

eltoder commented Dec 12, 2024

Can also remove anonymous users that didn't log in for N months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant