1

Go to Firebase.

2

Create a new project.

3

Pick a name for your project.

4

Okay let’s move on to the next step.

5

Now, you need to create seperate IOS and Android apps in your Firebase project.

6

Type your scheme: (We’ve defined in previous step)

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.

8

Now, create an Android app.

9

Download google-services.json file.

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.

11

Click on the Email/Password button.

12

Enable the Email/Password authentication and Save it.

13

Go to the Anonymous Authentication section and enable it.

14

Go to the Google Authentication section and enable it.

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.

16

And you need to save it on your Expo codebase.

17

Now, we are going to build our AI Proxy Backend

Don’t start or npm install yet.