UdacityMobileWebScholarship / showcase-app

This application is a collaborative project made by the Google Udacity Mobile Web Specialist Scholars.
13 stars 30 forks source link

setup node-express app and static hosting for server and client on firebase #26

Closed ritikrishu closed 6 years ago

ritikrishu commented 6 years ago

I'm submitting a ...

Follow up from #7 #17 After discussion, we decided to go with firebase for different app services. For now, Client and Server setup is required.

ritikrishu commented 6 years ago

I am gonna take this up myself! Should give a PR today when I get some time.

ritikrishu commented 6 years ago

Oh, this was quite easy, took literally minutes! Now I do strongly believe that we choose that right thing. client will be served - https://showcase-app-6aace.firebaseapp.com/ test server handlers - without cdn -> https://showcase-app-6aace.firebaseapp.com/api/non-cached-timestamp with cdn -> https://showcase-app-6aace.firebaseapp.com/api/cached-timestamp

will put the PR up shortly!

realslimshanky commented 6 years ago

Closing this issue since we have decided to user Firebase now. Similar discussion: https://github.com/UdacityMobileWebScholarship/showcase-app/issues/17#issuecomment-383792377