ts-ign0re / react-native-firebase-starter

React Native 0.71.1 Starter with preinstalled Firebase Packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Prepare Firebase Config

  1. Create a new project in Firebase Console
  2. Add an Android app to your project
  3. Download the google-services.json file and place it in android/app/ directory
  4. Add an iOS app to your project
  5. Download the GoogleService-Info.plist file and place it in ios/ directory

Install dependencies

Make sure you have CocoaPods installed on your machine. If not, run gem install cocoapods

yarn && cd ios && bundle exec pod install

Run the app

iOS

yarn ios

Android

yarn android

About

React Native 0.71.1 Starter with preinstalled Firebase Packages


Languages

Language:TypeScript 61.1%Language:Java 16.6%Language:JavaScript 7.8%Language:Ruby 5.4%Language:Objective-C 5.2%Language:Objective-C++ 2.8%Language:Shell 1.2%