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