项目作者: eloew

项目描述 :
Firebase Authentication using React Native with Native Moduels
高级语言: Objective-C
项目地址: git://github.com/eloew/FirebaseAuth.git
创建时间: 2018-07-03T18:58:10Z
项目社区:https://github.com/eloew/FirebaseAuth

开源协议:

下载


Create Firebase App: https://console.firebase.google.com/

Adnroid Setup:

Go to the android/ directory of your react-native project

Create a file named local.properties with this line:

sdk.dir = /Users/USERNAME/Library/Android/sdk

Aadd google-services.json to FirebaseAuth/android/app

iOS Setup

For iOS app add GoogleService-Info.plist to FirebaseAuth/ios/FirebaseAuth

To Run

open terminal, change directory to project

$ npm install

$ react-native run-android