Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 962 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 962 Bytes

React Native + Firebase Seed

Prerequisites

Quick start

Setup a firebase-config.json file at the root of the project, as instructed here.

The file should look like this:

{
    "apiKey": "[YOUR_API_KEY]",
    "authDomain": "[YOUR_DOMAIN].firebaseapp.com",
    "projectId": "[YOUR_PROJECT_ID]",
    "storageBucket": "[YOUR_STORAGE_BUCKET].appspot.com",
    "messagingSenderId": "[YOU_GET_THE_POINT]",
    "appId": "[THIS_IS_THE_MOST_IMPORTANT_LINE]
  }

In a terminal:

git clone https://github.com/deroude/react-native-firebase-seed.git
cd react-native-firebase-seed
npm install
npm start