https://github.com/williamchong/nuxt-ssr-firebase
A example repo for using nuxt with firebase hosting and cloud functions
https://github.com/williamchong/nuxt-ssr-firebase
cloudfunctions firebase firebase-functions firebase-hosting nuxt nuxt-demo nuxtjs vue vuejs2
Last synced: about 1 month ago
JSON representation
A example repo for using nuxt with firebase hosting and cloud functions
- Host: GitHub
- URL: https://github.com/williamchong/nuxt-ssr-firebase
- Owner: williamchong
- Created: 2018-06-07T08:46:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:23:30.000Z (over 2 years ago)
- Last Synced: 2025-03-23T07:22:50.272Z (2 months ago)
- Topics: cloudfunctions, firebase, firebase-functions, firebase-hosting, nuxt, nuxt-demo, nuxtjs, vue, vuejs2
- Language: Vue
- Homepage: https://medium.com/likecoin/quick-nuxt-js-ssr-prototyping-with-firebase-cloud-functions-5277553610a8
- Size: 3.08 MB
- Stars: 54
- Watchers: 4
- Forks: 14
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-ssr-firebase
[](https://circleci.com/gh/williamchong007/nuxt-ssr-firebase)
> A example repo for using nuxt with firebase hosting and cloud functions
> Base on https://github.com/davideast/nuxt-firebase## Deployment flow
- Change firebase project to yours in `.firbaserc`
```
{
"projects": {
"default": "(your firebase project)"
}
}
```- Install npm dependencies
```bash
npm --prefix src install
npm --prefix functions install
```- Deploy everything
```bash
firebase deploy
```