Lesson 5 - React Native Firebase
Lesson 5 - React Native Firebase
(REACT – NATIVE)
1
1
REACT NATIVE FIREBASE
3
Prerequisites
Note:
React Native Firebase cannot be used in the "Expo Go"
app, because it requires custom native code.
Integration with Expo is possible in both bare workflow
and custom managed workflow via config plugins.
4
Prerequisites
cd AwesomeProject
5
Generate native projects in Expo
6
Create a new Firebase project
7
Android Setup
8
Create a new Firebase project
9
Create a new Firebase project
10
Generate native projects in Expo
11
Create a new Firebase project
Note: The debug signing certificate is optional to use Firebase with your app, but
is required for Dynamic Links, Invites and Phone Authentication. To generate
a certificate run
cd android && ./gradlew signingReport
12
Configure Firebase with Android credentials
13
Installation
14
Autolinking & rebuilding
Installation
npm install @react-native-firebase/app @react-native-firebase/firestore
16