red-gold / react-social-network

Simple React Social Network
https://medium.com/@qolzam/create-social-network-by-react-js-fe60010a32e6
MIT License
490 stars 484 forks source link

downloadURL previously deprecated was removed #70

Closed jcvalerio closed 6 years ago

jcvalerio commented 6 years ago

In Firebase version 5 the downloadURL property was removed. Please see: https://firebase.google.com/support/release-notes/js

You should now use ref.getDownloadURL() (please note that this method returns a promise).

As this project use version 5 package.json = "firebase": "^5.0.4"

Qolzam commented 6 years ago

Perfect! I appreciate your contribution 👍