WEBVTT

1
00:00:00.160 --> 00:00:01.780
Hi and welcome to this video.

2
00:00:01.810 --> 00:00:03.620
Now that we have Firebase set up,

3
00:00:03.650 --> 00:00:07.940
all we have to do is set up the
authentication for react native as well.

4
00:00:07.970 --> 00:00:09.980
And to do that we're just going to go

5
00:00:10.010 --> 00:00:14.140
to Google and type in Firebase
react native authentication.

6
00:00:14.170 --> 00:00:17.780
Let's look for this link and opened
up the Firebase website.

7
00:00:17.800 --> 00:00:20.100
And here we're just going
to follow the instructions.

8
00:00:20.130 --> 00:00:26.540
So we have already set up the Firebase app
installation so all we need to do is

9
00:00:26.570 --> 00:00:29.780
install the react native
Firebase authentication as well.

10
00:00:29.800 --> 00:00:31.900
They're using yarn and we
don't want to do that.

11
00:00:31.920 --> 00:00:37.880
So I'm just going to type in NPM install
and react native Firebase auth and I'm going

12
00:00:37.910 --> 00:00:40.580
to save it and let's wait
for this to complete.

13
00:00:40.610 --> 00:00:43.940
And once this is done we're going
to have to install the pods.

14
00:00:43.970 --> 00:00:47.100
So let's go to iOS folder and do pod

15
00:00:47.130 --> 00:00:54.060
install, repo, update and this
should do it in the next videos.

16
00:00:54.090 --> 00:00:56.580
Once we have this all set up,

17
00:00:56.610 --> 00:01:02.620
we're going to go over how to use
the Firebase to create the users.

18
00:01:02.650 --> 00:01:06.490
And now that we're done with that,
all we have to do is go to our donation

19
00:01:06.520 --> 00:01:10.700
application in our Firebase console
and then we're going to have to follow

20
00:01:10.730 --> 00:01:16.290
the authentication tab and we're just
going to click on Get Started

21
00:01:16.320 --> 00:01:20.180
and then we're going to say that we're
going to be using email and password.

22
00:01:20.210 --> 00:01:24.290
So let's enable this feature and save it.

23
00:01:24.320 --> 00:01:29.980
And now we are all set to create users
using their email and passwords.

24
00:01:30.000 --> 00:01:32.760
Thanks so much for watching and I'll
meet you in the next video.

