Inside the Functions folder
Create a new Firebase Project:
Run firebase use [PROJECT ID]
Run firebase deploy
The code is using Create React App.
Open a new terminal window and run:
cd frontend
#to open a new server
npm run start
#to make a build ready for deployment
npm run build`
cd ../ #(make sure you're in the root of the project)
firebase deploy
Roadmap:
- Show how to use The Auth API to generate api keys for users when they signup via firebase
- Show how to integrate The Auth API as middleware to verify the api key
- Pull Quotes from JSON file
- Retrieve and Save Quotes to a database
- Pull Quotes from the Data API