[FB2] - Save and get data from database (CLOUD FIRESTORE)
IMPORTANT! This is the second task of a sequence of 3. We are going to create a system to store different world countries/cities/monuments in order to search them in the Liquid Galaxy. We are going to use Firebase as a framework for the web development.
LOOKING BACK: If you have not completed this task, go back please: [FB1] - Beginning your Liquid Galaxy project with Firebase (SET UP, AUTHENTICATION, HOSTING)
TASK DESCRIPTION: Once users are available to log into your site they have to save their data in a Firestore Database. Find the "saveCountry()" and "gettingCountry()" functions and implements them in order to write more than one country in the database and get all the countries stored. You can find help in the firebase guide: https://firebase.google.com/docs/firestore/
TASK DELIVERY: Send the link of your hosting and send the the zip with all archives here in our task.
THE NEXT TASK IS : [FB3] - Filtering results