1
00:00:08,010 --> 00:00:13,840
Hey everybody this is Caleb with slopes and welcome to the full staff development with firebase section

2
00:00:13,840 --> 00:00:19,690
of the Iowa sloven course in this section we're going to build this amazing social media app called

3
00:00:19,740 --> 00:00:20,630
breakpoint.

4
00:00:20,830 --> 00:00:27,520
It's a social media app geared towards programmers and there is a feed section which is kind of like

5
00:00:27,520 --> 00:00:29,720
a large feed of everybody's posts.

6
00:00:29,740 --> 00:00:33,580
If you have the app you can post publicly in the feed group.

7
00:00:33,580 --> 00:00:34,540
Very cool.

8
00:00:34,750 --> 00:00:40,660
If you want you can go into the groups page and you can create a private group and invite members who

9
00:00:40,660 --> 00:00:42,990
have an account in break point.

10
00:00:43,150 --> 00:00:48,790
And inside this group this is a private chat with only the people you've And you've invited as you can

11
00:00:48,790 --> 00:00:49,720
see here.

12
00:00:49,900 --> 00:00:53,370
I've invited two people and then myself included.

13
00:00:53,590 --> 00:00:59,110
And if you want you can go in here and say Hey guys and send that message.

14
00:00:59,140 --> 00:01:04,690
And of course it will pop up there just like any other chat type app that you're familiar with.

15
00:01:04,690 --> 00:01:09,470
And of course you can go in and create a group so let's make a slopes group.

16
00:01:09,640 --> 00:01:12,760
The best way to learn to code.

17
00:01:13,330 --> 00:01:19,150
And let's invite some people so you can search by username and it automatically filters and it lets

18
00:01:19,150 --> 00:01:20,640
you add users.

19
00:01:20,650 --> 00:01:29,130
So let's let's add in maybe Bruce Wayne Enterprises Bruce Wayne of course.

20
00:01:29,200 --> 00:01:30,070
Let's see.

21
00:01:30,190 --> 00:01:32,440
You can't add yourself of course.

22
00:01:32,440 --> 00:01:32,830
Let's add.

23
00:01:32,830 --> 00:01:33,330
Wow.

24
00:01:33,340 --> 00:01:34,090
And test.

25
00:01:34,090 --> 00:01:39,100
So when I create this group there are four members I should be able to click done and it should show

26
00:01:39,100 --> 00:01:41,890
up now with my dev sloped group with five members.

27
00:01:41,950 --> 00:01:45,720
Now in here I can message any of these people that I've added to my group.

28
00:01:45,790 --> 00:01:46,910
Pretty sweet.

29
00:01:46,990 --> 00:01:49,390
And then of course there is a profile section.

30
00:01:49,450 --> 00:01:55,390
Your challenge at the end of this course will be to finish the profile section and show all feed posts

31
00:01:55,390 --> 00:02:01,600
all public post as well as all group posts that you've posted including some other information we'll

32
00:02:01,600 --> 00:02:03,220
talk about that at the very end of the section.

33
00:02:03,220 --> 00:02:05,170
Don't worry about the profile for now.

34
00:02:05,360 --> 00:02:10,720
But another thing sorry in the feed section if someone posts to feed I'm posting this from my other

35
00:02:10,720 --> 00:02:11,390
phone.

36
00:02:11,470 --> 00:02:17,290
If I push send every single post appears in real time thanks to the firebase backend which is really

37
00:02:17,290 --> 00:02:17,950
really cool.

38
00:02:18,010 --> 00:02:20,020
So I just posted that from my phone.

39
00:02:20,020 --> 00:02:24,790
If I was going to post something that shows your account it shows your profile image and of course you

40
00:02:24,790 --> 00:02:26,510
can say something.

41
00:02:26,570 --> 00:02:36,010
Let's you know what let's pull open the software keyboard and I can say nice welcome to the group or

42
00:02:36,150 --> 00:02:42,730
the feed I guess because we're in a feed and let's give them a nice little Moji here and press send

43
00:02:43,270 --> 00:02:48,480
and my post appears right at the top just like kind of on Facebook or another social media type app.

44
00:02:48,610 --> 00:02:55,300
The most current content as far as post goes shows up at the top but in groups it automatically shows

45
00:02:55,300 --> 00:02:56,130
up at the bottom.

46
00:02:56,140 --> 00:02:57,310
Very very cool.

47
00:02:57,370 --> 00:03:03,520
So this is breakpoint it's a pretty sweet social media app using the firebase backend to get realtime

48
00:03:03,610 --> 00:03:06,040
updates and real time information it's very very cool.

49
00:03:06,040 --> 00:03:08,410
So let's go ahead and let's get started building it.

50
00:03:08,410 --> 00:03:11,320
Let's head over to the next video where we'll create our X code project.

