Aditya Singh

Results 11 comments of Aditya Singh

Hi @DellaBitta, may I add a 3-retry loop around the fetch in discoverEmulators() to fix the occasional SocketError: other side closed in CI? No API change, just resiliency.

@benjagm @DhairyaMajmudar If the case-sensitive CI part is still outstanding, could you assign #1443 to me? I’ll finish the GitHub-action check so duplicates like “JavaScript / Javascript” can’t slip in...

@benjagm — the “never-expires” link you dropped in back in Aug still good? If it’s quietly died again and no one’s actively on it, could you assign #1818 to me?...

@benjagm @Relequestual The issue has been quiet for a couple of weeks now; if it’s still considered open, could you please assign #1196 to me? I’d like to carry the...

Hi @Utkarsh-123github — just checking in on #1949 / PR #1950. It’s been two weeks since the last review comments were posted to @DivyanshuVortex. If he’s currently busy, would you...

Hi @hsubox76 & @DellaBitta, I’d like to contribute the suppressAutoNotification flag requested here. Plan: add an optional boolean to onBackgroundMessage so the service-worker can skip the automatic showNotification() call while...

Hi @DellaBitta, Final proposal after walking the actual code in `sw-listeners.ts` lines 97-116. **Root issue** `showNotification()` fires **before** the developer's `onBackgroundMessage` handler, so suppression is impossible. **Minimal fix** Reorder +...

Hi @dconeybe & @MarkDuckworth, I'd like to contribute the client-side implementation of `FieldValue.min()` and `FieldValue.max()` for both the `firebase-js-sdk` and `@google-cloud/firestore`. I understand from the discussion that: 1. The backend...

Hi @hsubox76, may I expose the console “Display name” as a read-only provider.displayName property? Plan: fetch the config once per auth instance, cache it, and surface the field. No new...

Hello @DellaBitta here are the three bullets you asked for ## User Experience Developers set a display name in the Firebase Console (e.g., "My Company SSO") but currently must hard-code...