Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 544 Bytes

File metadata and controls

25 lines (16 loc) · 544 Bytes

GraphQL with Firestore example

A GraphQL server example using GraphQL Yoga and Firestore

image

Before you start

You need to create a new firestore project and download your credentials to be imported. After download your credentials, go to the file ./src/server/index.js and check line 6 and 7 to import your credentials

Install packages

yarn

Start server

yarn start

Your server will run on port 4000.