Skip to content

Conversation

@chiroptical
Copy link
Collaborator

Summary

Firebase-Tools Installer
Firebase Authentication
  Error: ***

Here: https://github.com/codeforboston/maple/actions/runs/18702176229/job/53333061556.

If you read the manual, https://github.com/w9jds/setup-firebase/blob/869785322147e6a53d463a55db0a5af1b4ce4ba6/action.yml#L11, it is obvious what is wrong...

Checklist

  • On the frontend, I've made my strings translate-able.
  • If I've added shared components, I've added a storybook story.
  • I've made pages responsive and look good on mobile.
  • If I've added new Firestore queries, I've added any new required indexes to firestore.indexes.json (Please do not only create indexes through the Firebase Web UI, even though the error messages may reccommend it - indexes created this way may be obliterated by subsequent deploys)

Screenshots

Add some screenshots highlighting your changes.

Known issues

If you've run against limitations or caveats, include them here. Include follow-up issues as well.

Steps to test/reproduce

For each feature or bug fix, create a step by step list for how a reviewer can test it out. E.g.:

  1. Go to the home page
  2. Click on a testimony
  3. See that it's loaded with a loading spinner

@vercel
Copy link

vercel bot commented Oct 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
maple-dev Ready Ready Preview Comment Oct 22, 2025 1:23am

@Mephistic Mephistic merged commit de9ce4e into codeforboston:main Oct 22, 2025
4 of 5 checks passed
@chiroptical chiroptical deleted the use-gcp-sa-key branch October 29, 2025 00:00
Mephistic added a commit that referenced this pull request Jan 13, 2026
* Merge pull request #1944 from mertbagt/sync-playback-to-transcription

Sync playback to transcription

* fix(notifications): Adding Daily option to notification settings dropdown. This should be the last piece needed to roll out the Daily frequency option that was recently added to the backend (#1957)

* Debug bill detail page translations (#1953)

* refactor CardTitle to be generic; update usage (#1942)

* refactor CardTitle to be generic; update usage

* ran prettier

---------

Co-authored-by: Merritt Baggett <mertbagt@gmail.com>

* remove redundant font-family declarations (#1926)

* create Browse Hearings page and hearings search index

* merge new changes

* create hearings search index

* update events type

* rename base -> shared

* remove redundant file

* fix miscellaneous translations + build warnings (#1934)

* misc translations intermediary commit

* silence react-hooks/exhaustive-deps warnings

* silence build warnings

* format files

* fix testimony counts translation string

* debug policy page translation

* Add key to policy tabs

* fix i18n key bug in PolicyPage values section

* simplify translation approach for ArchiveTestimonyConfirmation

* refactor translation keys in QuickInfo component for consistency and clarity

* add errorLabel translation to testimony.json and update usage in PublishTestimony component

* add character count translation to reportModal in testimony.json and update usage in ReportModal component

* update error handling in PublishTestimony component to use errorMessage translation key

* update publish button text to use new translation key for conditional rendering

* remove unnecessary whitespace in CopyButton label in SelectRecipients component

* fix publish button translation string

* fix edit limit notice

* refactor HearingHit component to use styled card and avoid nested anchor tags

* add SearchPage stories and mock instant search adapter

* Minor updates to goals and mission (#1962)

* update mission

* normal use of hyperlink not working with this translation file

---------

Co-authored-by: Merritt Baggett <mertbagt@gmail.com>

* contain hyperlink size

* bills under consideration

* refactored See all

* display bills in agenda

* handle BillsInAgenda when undefined

* simply see members button

* voting modal

* handle recommended actions

* Create search component for hearing page (#1954)

* Create search component for hearing page

* Add stying and also transcription for hearing page

* Add clean search button

* Backfill Hearing Transcriptions Script (#1951)

* Initial version of backfill

* Add bucketName arguments to specify Firebase bucket

* Change to sequential processing instead of parallel to prevent memory overload

* Add limit to prevent transcription overload

* cleanup

* merge translations

* tweak to match figma

* sync to figma

* Fix test failure (#1968)

* Use setup-firebase instead of the old one (#1958)

* Use setup-firebase

* Formatting

* Use the same version node setup code as prod

* Pin w9jds/setup-firebase

* Use the correct inputs to setup_firebase (#1969)

* removed unprovable claim

* removed no recommendations

* modal vote question

* top level vote results

* added branch to member list

* member line data

* inner modal styling

* cleanup

* cleanup 2

* prettier

* prettier attempt 2

* cleanup3

* Update tools version in deployment workflow (#1970)

[fix] Updating the Firebase Tools version for the Python deploy actions - We accidentally used 13.8.0 in the python flow instead of the 13.18.0 used in the typescript flow.

* ... (#1973)

* Add court sessions data structure and update hearing components to use chairNames

* chore(firestore): Update firestore indexes to reflect new index for the query that backfills Hearings into Typesense (#1977)

* tweaks (#1979)

* Browse hearings sort patch (#1980)

* fix translation string typo

* refactor(HearingSearch): update sorting options and improve hearing date filters

* refactor(HearingSearch): streamline sorting options and update translation strings

* Added overflow-wrap: break-word to testimony description. (#1976)

* Add summary backfill (#1948)

* Initial commit

* Fill out TODOs

* Move it so it works

* Update documentation on summary script

* Update

* Remove temporary exit

* Progress

* Update with new CSV writer

* Minor writerow updates

* Minor clean-up

* Name the tests

* Address feedback

* Address feedback

* Use normalize_summary for document creation (#1981)

* Use normalize_summary for document creation

* minor linter issue
* increase memory for functions

* Push normalize_summary after the LLM API call to avoid having devs to remember

* Not needed

* Removed internal flexbox for footer base; changed to div which occupies full row.

* update README.md

* update .all-contributorsrc

* More Sidebar Tweaks (#1985)

* tweaks

* additional changes

* cleanup

* Debugging broken browse-bills and testimony playwright tests (#1972)

* Debugging broken browse-bills and testimony playwright tests

* re-submitting after running linting

---------

Co-authored-by: nssensalo <nssen@Anna.localdomain>

* change View hearing votes to View Committee Votes (#1997)

* Navbar browse overlap fix (#1987)

* Fixed Navbar overlap and saved space

* Switched extraneous <Nav> elements to px-2 to slightly reduce padding

* Removed invisible hearings container

* Changed navbar to right justified (excluding Maple icon)

* Updated to match Prettier suggestions

* chore(engine): Fix node engine to major version 20 to avoid node 24 dependency issues (#2002)

* Added transcription download; moved transcription components to components/hearing/transcription.js

* Fixed commit errors & prettifying.

* Removed unnecessary imports.

* Changed hearing search order.

* Transcript auto-scrolls to match video playback (#2007)

* Transcript auto-scrolls to match video playback

* Fixed error at end of video

* Prettify

* Remove flask API from firebase functions (#1998)

* Remove flask API from firebase functions

* Add top-level comment to main.py

* Bill to hearing mapping (#1995)

* fix translation string typo

* refactor(HearingSearch): update sorting options and improve hearing date filters

* refactor(HearingSearch): streamline sorting options and update translation strings

* Bill-to-Hearings mapping

* Added info badge to unavailable videos (#2008)

* Added hearing result text

* Switched to locale text

* Pluralize

* Update Hearing Type Definition (#2009)

* fix(hearing): Updating hearing type to reflect data we're getting that is missing Hearing properties - it seems that Name, and HearingHost.GeneralCourtNumber/CommitteeCode are sometimes missing

* chore(runtypes): Updating runtypes version to 6.6.0 to pick up the new verbose error messages

* add hover behavior to transcription timestamps (#2012)

* add hover behavior to transcription timestamps

* cleanup

* Transcript search fix (#2014)

* Fixed transcript search bugs

* Prettify

* Bill to Hearing Links (#2000)

* lay down basic hearing-link layout

* breakpoints

* conflict resolution 2

* add hearingIds to bill type

* add translations

* modal foundation

* modal title

* hearing details

* fixed internal links

* translations

* translation

* refactor hearingIds

* refactor hearingIds

* resolve dupliucate hearingIds

* Set up ruff, add CI check (#1996)

* Set up ruff, add CI check

* We should also run pytest

* Run prettier on repo-checks.yml

* fix(types): Updating HearingContent's PrimarySponsor type to account for the fact that the Id can be null (if the primary sponsor is not a member of the legislature) (#2016)

* More hearing types (#2018)

* fix(hearing): Update hearing types - location can also sometimes be missing

* fix(yarn): Remove unneeded package-lock.json, add package-lock.json to gitignore (because we use yarn), and remove yarn from the package.json deps list

* Fix Bill/Hearing Sync Logic (#2019)

* fix(hearings): Update bill/hearing sync so that bills are only synced with hearings from the same general court. This was not an issue previously because we only scraped hearings from the current general court, but we removed that filter to accommodate the backfill of the bill/hearing mappings and accidentally broke that logic.

We now will fetch the court of the bills at the start, build a map to keep track of the bill/court linkage, and use that to filter down to only hearings in the same general court. Running this once will overwrite and correct the existing links

* test(hearings): Extracting the bill/hearing matching logic to a helper function for testability, adding unit tests to cover the new logic

* Add Scrape Hearing Feature to Admin Page (#2021)

* feature(admin): Add quick UI to scrape single hearing to admin page. This will make it easy to run one-offs in the future

* chore(admin): Update local Docker instance to run ffmpeg, adding dummy secret for assemblyai to avoid error

* fix(scraper): Use empty array instead of undefined as default for committeeChairs in hearing scraper - firebase does not like undefined values by default

* chore(flag): Flip feature flag for hearings and transcriptions live for production (#2006)

---------

Co-authored-by: mertbagt <73559781+mertbagt@users.noreply.github.com>
Co-authored-by: J.I. Cruz <58642383+jicruz96@users.noreply.github.com>
Co-authored-by: Jasmine Rose <72074190+jasrose@users.noreply.github.com>
Co-authored-by: Merritt Baggett <mertbagt@gmail.com>
Co-authored-by: jicruz96 <accounts@jicruz.com>
Co-authored-by: Nathan E. Sanders <nesanders@users.noreply.github.com>
Co-authored-by: Huanfeng <87419751+HuanFengYeh@users.noreply.github.com>
Co-authored-by: Kimin Kim <55262612+kiminkim724@users.noreply.github.com>
Co-authored-by: Barry Moore II <3086255+chiroptical@users.noreply.github.com>
Co-authored-by: Sam DeMarrais <delexagon@gmail.com>
Co-authored-by: Del <sam.dem2002@gmail.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Nansamba Ssensalo <nssensalo@gmail.com>
Co-authored-by: nssensalo <nssen@Anna.localdomain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants