Skip to main content
1
Go to Firebase.
Firebase
2
Create a new project.
Firebase
3
Pick a name for your project.
Firebase
4
Okay let’s move on to the next step.
Firebase
5
Now, you need to create seperate IOS and Android apps in your Firebase project.
Firebase
6
Type your scheme: (We’ve defined in previous step)
Firebase
7
If you download this file, this is not going to work.
This is not related with us. This is a bug in @react-native-firebase.
So, move to the next step.
Firebase
8
Now, create an Android app.
Firebase
9
Download google-services.json file.
Firebase
10
Now, go to the Authentication section and activate which one you want to use. I am going to activate 3 of them.Click on the Get Started button.
Firebase
11
Click on the Email/Password button.
Firebase
12
Enable the Email/Password authentication and Save it.
Firebase
13
Go to the Anonymous Authentication section and enable it.
Firebase
14
Go to the Google Authentication section and enable it.
Firebase
15
Now you can download GoogleService-Info.plist file.
This file is for IOS. If you want to use on Android, you need to get eas credentials (sha-1 key) by calling eas credentials.
Firebase
16
And you need to save it on your Expo codebase.
Firebase
17
Now, we are going to build our AI Proxy Backend
Don’t start or npm install yet.