Richard Scotten

Results 7 issues of Richard Scotten

This PR changes the Typscript typings for `BaseOptions.format` from `string` to `type Format = 'CODE39 | 'CODE128' | ...`. This will help us spell and case the formats correctly and...

### [REQUIRED] Describe your environment * Operating System version: MacOS 13.1 * Browser version: Chrome 120.0.6099.109 * Firebase UI version: 6.0.0 * Firebase SDK version: 9.23.0 ### [REQUIRED] Describe the...

Hello, I just wired up Multi-Factor authentication for my password auth, and it works great. But when I try to log in via Google Auth through FirebaseUI, I get the...

feature:auth

**What version of this package are you using?** 2.02 **What problem do you want to solve?** We work on a website template for clients in North America and Brazil. Their...

## Bug Description Using `exclude_fields: ["key.nestedKey"]` when creating scoped API keys results in 401 error. ## Reproduction Steps ```ts const apiKey = client .keys() .generateScopedSearchKey(keyWithSearchPermissions, { filter_by: 'rank:>=0', exclude_fields: [...

pre-triage

### Operating System not relevant ### Environment (if applicable) not relevant ### Firebase SDK Version not relevant ### Firebase SDK Product(s) Firestore ### Project Tooling not relevant ### Detailed Problem...

api: firestore
type: feature request

# ✨ Feature Request: Add `FieldValue.min()` and `FieldValue.max()` for atomic numeric and timestamp comparisons ## Background Firestore provides several atomic field transformation helpers such as: - `FieldValue.increment(n: number)` - `FieldValue.arrayUnion(...elements:...

priority: p3
type: feature request
api: firestore