core
core copied to clipboard
Backend server API handling user mgmt, database, storage and real-time component
Now that Go has its own structure logger, we can drop the dependency on Zerolog and use Go's `slog` instead. I think the quikest way to do this is by...
The realtime database events always send all data the current user has access to. For instance, say there's a collection `tasks` and a user is viewing the **completed** tasks. The...
I've decided to continue StaticBackend as a non commercial project. Removing anything that relates to billing and subscription will makes the code cleaner and remove not needed code. * Things...
Updated the code in the `storage/s3.go` implementation to use the AWS_REGION instead of the hard-coded one, it allow developers to use their own preferred s3-compatible storage and not just be...
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.18.0. Commits 3bbf4a6 tiff: Validate palette indices when parsing palette-color images 6c5fa46 go.mod: update golang.org/x dependencies 55c4ab6 go.mod: update golang.org/x dependencies 0057a93 tiff: fix function...
Hi. I'm opening this to initiate a discussion on #80. By introducing a common `dbtest` package, you could drastically reduce the amount of code required in the `*_test.go` files. For...
Hi all I've installed via npm and it works but there appears to be no logging?