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

#487 fix(storage): fix downloadURL error in file upload metadata #533

Merged

Conversation

jenphillips
Copy link
Contributor

Description

Fixes errors I ran into when trying to save file metadata to Firestore on upload:

Also including a small fix to the 'Getting Started' docs, which I encountered when setting up a sample project to test.

Check List

If not relevant to pull request, check off as complete

  • All tests passing
  • Docs updated with any changes or examples if applicable
  • Added tests to ensure new feature(s) work properly

(I did not add any tests, if needed please let me know.)

Relevant Issues

#480
#487
#488

@@ -58,6 +58,7 @@
"redux-react-firebase"
],
"dependencies": {
"@babel/polyfill": "^7.0.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe that this addition was needed due to node version or babel-preset-env settings needing to be changed since it hasn't been needed until now? Not sure.
Either way though, we can leave it and we can investigate more before it goes to latest.

@prescottprue prescottprue merged commit d9545b1 into prescottprue:v2.2.0-alpha.2 Sep 10, 2018
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