putcho01

Results 3 issues of putcho01

## What kind of change does this PR introduce? #165 ## What is the current behavior? The [StorageApiError class defined in storage-js](https://github.com/supabase/storage-js/blob/b2e3486222126620cc65a5a1c1f967d25b4fb099/src/lib/errors.ts#L14) has a status field. The [StorageError defined in...

### Discussion This PR exposes Firebase error information to SDK users by making error codes and details publicly accessible through the `errorutils` package. Previously, SDK users could only check for...

This PR adds capability to generate pointer types for nullable array items. When an array's items have `nullable: true`, the generated Go type now correctly uses pointer types (e.g., `[]*float32`...