Skip to content

akifo/nuxt-firebase-sns-example

 
 

Repository files navigation

Nuxt & Firebase SSR, RTDB, Google Auth SNS Example

image

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

# generate static project
$ yarn generate

About

Nuxt & Firebase SSR, RTDB, Google Auth SNS Example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 61.1%
  • JavaScript 31.9%
  • CSS 7.0%