Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix firebase get method not returning its promise #349

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

fix firebase get method not returning its promise #349

wants to merge 4 commits into from

Conversation

mohsinulhaq
Copy link

@mohsinulhaq mohsinulhaq commented Oct 6, 2019

Fixes: #308, #224

Description

  1. Currently, the /values endpoint throws 500 error while fetching master stats.
    Apparently, this commit 9e4880b#diff-3f22b50a5bc8fc66727cf2798b216054L34
    broke the functionality long time ago.

  2. After fixing 1, I found that the global message was still not reflecting the changes in bundle sizes, showing -null. I found that in https://github.com/siddharthkp/bundlesize/blob/master/src/reporter.js#L77, we access the file directly, which fails when the user provides a glob file in case they have a hash appended to their chunks.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

store/firebase.js Outdated Show resolved Hide resolved
@mohsinulhaq
Copy link
Author

@siddharthkp can we merge this?

store/package.json Outdated Show resolved Hide resolved
@raunofreiberg
Copy link

Ping @siddharthkp, can we get this in?

@michalkvasnicak
Copy link

Any news on this?

@siddharthkp siddharthkp removed their request for review February 28, 2024 16:15
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.

GET /values resulting in status code 500
5 participants