Skip to content

y1255018/nuxt-firebase-sns-example

 
 

Repository files navigation

Nuxt & Firebase(Hosting and Functions SSR), Firestore, Google Auth SNS Example

code style: prettier donate: Patreon License: MIT

Image from Gyazo

Requirements

Need the following environment variables.

Image

export APIKEY=
export AUTHDOMAIN=
export DATABASEURL=
export PROJECTID=
export STORAGEBUCKET=
export MESSAGINGSENDERID=

recommendation: direnv/direnv

Build Setup

# install dependencies
$ yarn

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

Deploy to Firebase

This application can also be launched with the normal Node.js application. However, by using Firebase Hosting and Firebase Functions, it can be used efficiently in a serverless environment.

setup project

$ yarn firebase init

setup env

firebase functions:config:set environment.apikey=""
firebase functions:config:set environment.authdomain=""
firebase functions:config:set environment.databaseurl=""
firebase functions:config:set environment.projectid=""
firebase functions:config:set environment.storagebucket=""
firebase functions:config:set environment.messagingsenderid=""

deploy

$ yarn deploy

About

Nuxt v2 & Firebase(Hosting / Functions SSR / Firestore), Google Auth SNS Example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 65.2%
  • JavaScript 27.7%
  • CSS 7.1%