Answers for "install firebase on windows"

1

Firebase installation

// with npm
npm i firebase

// with yarn
yarn add firebase
Posted by: Guest on July-13-2021
11

firebase cli windows

npm install -g firebase-tools
Posted by: Guest on July-20-2020
0

firebase install

# Using npm
npm install --save @react-native-firebase/app

# Using Yarn
yarn add @react-native-firebase/app
Posted by: Guest on August-10-2021

Browse Popular Code Answers by Language