DonkeyKongJr / pimlify

A vue (pwa) to take orders for our most favorite restaurant. All data is stored in firebase.
MIT License
1 stars 0 forks source link

Add Firebase/Firestore #8

Closed DonkeyKongJr closed 6 years ago

DonkeyKongJr commented 6 years ago

Pimlify should be designed to go serverless and rely on firebase. All data should be stored in Firestore under dedicated collections.

DonkeyKongJr commented 6 years ago

Added very basic firebase configuration in feature/firebase branch for accessing firebase. Simply obtain the configuration file from firebase console to and update the firebase-config.ts locally.