Create a GraphQL — Firebase server just with a schema. 🚀

Alejandro Estrada
HackerNoon.com
1 min readDec 13, 2018

--

Now you can create a GraphQL server, connected to your Firebase 🔥 database just running a command on your terminal.

How to use it:

  1. Install easygraphql-firebase:

2. Create a GraphQL schema file with the model you want to have:

3. Run on your terminal:

And that’s it, easygraphql-firebase will do everything for you, it will create the server, resolvers, test files and more… check the video to see the result

https://www.youtube.com/watch?v=e0IEEZ1kHDY

If you want to deploy with now, be sure to have it installed and just pass the flag --now

If you like this package don’t forget to give a ⭐️ on GitHub.

Repo: https://github.com/EasyGraphQL/easygraphql-firebase

npm: https://www.npmjs.com/package/easygraphql-firebase

Website: https://easygraphql.com/

--

--