You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-20Lines changed: 17 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,11 @@ Note: The local api gets discarded on deploying to Firebase. So, It's vuejs talk
36
36
37
37
Key software versions. Node: 10.0.0 and NPM: 6.0.0
38
38
39
-
#### Running the API component: http://localhost:1234/
39
+
#### Running the API component (Local): http://localhost:1234/
40
+
41
+
At this point we're directly talking to firebase and not making progress on the local API component. Eventually, we'll support AWS Lambda, Azure Cloud Functions etc. and add support for building locally and deploying on a set of faas/serverless platforms.
0 commit comments