Introduction
In this article, we will be adding a Firebase to a React App, I will get straight to the point assume you are not a beginner
I
Pre-requisites
Firebase
Start creating a Firebase project and go to the Authentication page.
Click on the “Sign-in method” tab and make sure you have email/password enabled as a sign-in provider.
$ npm install -g rekit
$ rekit create my-app
$ cd my-app
$ npm install
$ npm start
Deploying The GraphQL Server
In case you have not already installed the Rekit Boilerplate
- Install Rekit
- Create an app
- Run It!
$ npm install -g rekit
$ rekit create my-app
$ cd my-app
$ npm install
$ npm start
Top comments (0)