Create WhatsApp clone with Next.js Part 16 Firebase config

Add the firebase config file to the project

Ckmobile
2 min readNov 11, 2021

In this part, we are going to add the firebase config to our project.

Source code

First we need to add a new project at firebase website, disable the Google Analytics for this project.

Then select “web”.

Click register app and copy the code provided.

Install the firebase package by typing

yarn add firebase

--

--

Ckmobile
Ckmobile

Written by Ckmobile

Teaching JavasScript, React, React Native, MongoDB and NodeJS https://linktr.ee/ckmobile

No responses yet