google / exposure-notifications-verification-server

Verification component for COVID-19 Exposure Notifications.
Apache License 2.0
233 stars 83 forks source link

Update CSS/JS elements to their latest versions #2359

Closed sethvargo closed 2 years ago

sethvargo commented 2 years ago

The new version of firebase and firebase-auth require a significant refactoring of our Javascript code; we would need to migrate to modules and use a bundler like Webpack. Fortunately there's a compat layer we can use for now to minimize code changes, but this is something we'll need to think about long term.

Fixes GH-2357

Release Note

Update Javascript and CSS elements to bootstrap to 5.2.0 and Firebase to 9.9.0.