From 56c05ccc2af8436cee3c05cce722e6d37283675c Mon Sep 17 00:00:00 2001 From: Handhika Yanuar Pratama <71202864+theDreamer911@users.noreply.github.com> Date: Sat, 2 Oct 2021 03:57:42 +0700 Subject: [PATCH] tighten the language and adding useful links Although for intermediate, I think people need to know how to store something into firebase --- Projects/2-Intermediate/Voting-App.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Projects/2-Intermediate/Voting-App.md b/Projects/2-Intermediate/Voting-App.md index ae40b9b0..8cbb58d2 100644 --- a/Projects/2-Intermediate/Voting-App.md +++ b/Projects/2-Intermediate/Voting-App.md @@ -2,7 +2,7 @@ **Tier:** 2-Intermediate -Allow users to vote give multiple choices +Allow users to vote from multiple choices ## User Stories @@ -18,6 +18,7 @@ Allow users to vote give multiple choices ## Useful links and resources - [Firebase](https://firebase.google.com) for a realtime database +- [Store Data In Firebase](https://www.youtube.com/watch?v=-UOkri_WNWQ&ab_channel=AlrightDevelopment) for saving the result ## Example projects