/next-firebase

Simple sample for connect Firebase on a Next.js project

Primary LanguageJavaScript

dependencies Status

Connection sample between Google Firebase and Next.js

Simple sample for connect Firebase on a Next.js project Based on Next.js from ZEIT

Live demo : next-firebase.now

Stacks

Running the app localy

Requirement: Node.js 5.x or newer

Clone the repo:

$ git clone https://github.com/toinelin/next-firebase.git

Install dependencies :

$ cd next-firebase && yarn

Run dev:

$ yarn dev

How

Coming (very) soon...