Brian Michalski
Brian Michalski
Add an `appcheck` module which provides the ability to verify tokens, closing #483. Returns a token if valid and error otherwise, similar to the implementation in Node SDK. PTAL and...
* Operating System version: N/A * Firebase SDK version: N/A * Library version: N/A * Firebase Product: App Check Currently, App Check validation is only available with the NodeJS-based Admin...
Link to a very simple Cache backend support Google Cloud Firestore, Amazon DynamoDB, Azure Cosmos DB, and anything else the Go Cloud project adds to their docstore package.
Concerto 2 has a dynamic plugin system that allows users, via the admin UI, to register additional plugins which get injected into the instance's Gemfile via some clever Ruby and...
We should do a better job managing template imports that don't fully work. As an example, a template descriptor with "Graphics", "Text" and "Ticker Spot" will correctly import the Graphics...
As a Go developer, I expect to be able to take a working directory using `go.mod` and run commands like the following to generate a valid BUILD.bazel file and update...
Rails 7.2+ ships with features like the ability to generate a [devcontainer](https://edgeguides.rubyonrails.org/getting_started_with_devcontainer.html) for development, [Github Action to run tests](https://github.com/rails/rails/issues/50502) and Rails 8 will ship with [Kamal](https://github.com/rails/rails/pull/51798) configured by default for...
It's really neat how the `eleventyImageTransformPlugin` will automatically enhance img tags. If an img tag already has a `width` attribute set, it would be helpful if the plugin used that...
Trying to upgrade from Kamal 2.0.0 to 2.1.0 I'm getting an error running `kamal proxy reboot`: ``` docker stdout: Nothing written docker stderr: Error: host must be set when using...