Steps, code and images to make this project work #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks to this pull request, I used code from here, spent some time fixing it, and it worked: #6
Follow these steps if you use code from my pull request:
In firebase.js add your project details.
Create a cloud firestore database, and change the rules.
Go to firebase storage, and change the rules.
Use the package version provided in package.json, using the latest package version without making changes to code will most likely not work.
Don't add ternary condition shown in tutorial at 6:40:25, i.e. hide content if there are no articles. I'm not sure why is it even needed at first place.