Firebase - Ultimate Beginner's Guide

  Рет қаралды 1,017,950

Fireship

Fireship

6 жыл бұрын

UPDATE. See the latest basics video here: • Firebase - Back to the...
Master the basics of Firebase in 20 minutes. In this episode, we run through hosting, auth, firestore, storage, and cloud functions using nothing but plain JavaScript. angularfirebase.com/lessons/t...
- Firebase firebase.google.com/
- CLI Tools github.com/firebase/firebase-...

Пікірлер: 608
@alexandermccomb6444
@alexandermccomb6444 5 жыл бұрын
Firebase is like magic. No one really understands it, but people love watching it happen.
@BilalAhmad-gy5zu
@BilalAhmad-gy5zu 5 жыл бұрын
1:34 Project Creation on firebase console 2:15 Creating project locally 4:45 Firebase Authentication 7:25 Firebase Database 14:50 Firebase Storage 16:52 Firebase Functions
@animetales4767
@animetales4767 4 жыл бұрын
can someone help me here? I would like each of my users to have their own unique token, but I see that all the users I create on a specific device all have the same token .svp any idea? here is the code i used : FirebaseUser mUser = FirebaseAuth.getInstance().getCurrentUser(); mUser.getIdToken(true) .addOnCompleteListener(new OnCompleteListener() { public void onComplete(@NonNull Task task) { if (task.isSuccessful()) { String idToken = task.getResult().getToken(); // Send token to your backend via HTTPS // ... } else { // Handle error -> task.getException(); } } });
@steve11329
@steve11329 2 жыл бұрын
Legend
@nhungbi2401
@nhungbi2401 Ай бұрын
thanks!
@Fireship
@Fireship 6 жыл бұрын
UPDATE 2020 see the latest Firebase Basics video here kzbin.info/www/bejne/p2atZpulbL6InqM Today we go back to the basics. In 20 minutes I cover pretty much everything you will get out of a full entry level Firebase course using vanilla JS. Also, I wanted to share my personal reasons for choosing Firebase.
@Tech_Enthusiast_001
@Tech_Enthusiast_001 6 жыл бұрын
Awesome overview and very well presented. I would love to see a full tutorial series like this actually. Keep it up!
@issamhammi9158
@issamhammi9158 6 жыл бұрын
I truly needed that one! Thank you and keep going!
@yuriscarbaci124
@yuriscarbaci124 6 жыл бұрын
this video was exactly what i was looking for, a "why should i use firebase, what it offers me and how easly i can use it" explanation. Great video and the contents you put in the video in 20 min really explain a great deal of real life problems developers has to solve in day-to-day development, meaning i will be back to check out this video from time to time. thanks a lot for sharing!
@sagarmali89
@sagarmali89 5 жыл бұрын
Hey i getting error firebase.auth.signInWithPopup is not function, plz help out
@vineetpandey8685
@vineetpandey8685 4 жыл бұрын
My program is not showing the displayName of the user which was shown at 6:40 in the video. Please tell me how to resolve this. I am getting this output on screen :Hello ${user.displayName} instead of Hello Vineet Pandey
@generaldiscernment
@generaldiscernment 2 жыл бұрын
This was a fantastic overview, I'd say you need basic programming knowledge but it really walks you through in a clear way no matter your level of understanding. Great stuff.
@danielevans960
@danielevans960 6 жыл бұрын
Thought this was great at showing an existing programmer the power of using firebase versus their current preferred code. I would agree with the other commenter it was probably not an absolute beginner's guide, but this was very useful to me. Thank you for taking the time. Subscribed!
@programminghumanway1858
@programminghumanway1858 4 жыл бұрын
You got my full attention throughout the video. Not a lot of content creators are skillful to engage users in 1 minute of video. Thanks for the awesome overview of the firebase. Just the right content I was looking for.
@magmaticly
@magmaticly 3 жыл бұрын
Most tutorials blather on and on about unimportant things. This 21 minute video is like hours of regular tutorials. I love it!
@broosmax
@broosmax 4 жыл бұрын
Daaaamn, this is like a firestorm of information being injected into my brain. I had to play the video at 0.25 speed to be able to follow... Good luck, "beginners"!
@serhatkoroglu6708
@serhatkoroglu6708 3 жыл бұрын
just start to try it it's more convenient way to understand
@shahedtheboss
@shahedtheboss 3 жыл бұрын
I don't understand a single word after 4:00 😂😢
@adriantadros503
@adriantadros503 4 жыл бұрын
Fantastic video, thank you. A very nice quick overview of what Firebase is and what features it has. As a long time JS dev, I found the code examples were nice and simple and easy to follow to get a basic understanding of exactly how each feature works. This is a dream for JS devs who want to get a MEAN app built and deployed out in the wild. You get so much out of the box - Google CDN, SSL enabled out of the box, real time updates and not having to worry about web hosting, mongo hosting, etc. I'm inspired to build something now!
@Welcometomyjourney20
@Welcometomyjourney20 6 жыл бұрын
Really the most complete firebase/firestore tutorial on KZbin. Thanks a million!
@Vaygeth
@Vaygeth 4 жыл бұрын
Lot of effort put into the vids, one of my fav dev channels. Keep up the good work
@samshanmukh
@samshanmukh 6 жыл бұрын
my mind is blown. that was an amazing tour of the firebase. And thanks a lot for the effort that you guys put in so the beginners like can learn a few things. again great tour of firebase and it's functions :)
@sumantkanala
@sumantkanala 6 жыл бұрын
Very well explained about how firebase is not only quick and easy to setup but also production ready our of the box for many use cases. Great work. You are a gift that keeps giving to the web dev community! Keep it up.
@Fireship
@Fireship 6 жыл бұрын
+Sumant. Thank you , I am very happy to hear that :)
@tristangruener9571
@tristangruener9571 4 жыл бұрын
the quality of your videos are amazing and they're super helpful, thanks!!
@JamieMcI
@JamieMcI 6 жыл бұрын
I needed this big time when I was starting out with Firebase/Firestore. Excellent overview and serves as a solid refresher.
@Fireship
@Fireship 6 жыл бұрын
+Jamie Thank you. It's nice to mess around with the regular web SDK every once in a while.
@davidakposibruke5444
@davidakposibruke5444 4 жыл бұрын
This really helped clear up so many questions I had about firebase. So great!
@parikshit804
@parikshit804 6 жыл бұрын
This is the first video that I watched for firebase; and I LOVE IT! great demo!
@Fireship
@Fireship 6 жыл бұрын
Nice! Firebase is seriously the best :) That's why I made this channel.
@facundoalvarado9
@facundoalvarado9 4 жыл бұрын
Man, this thing is so powerful. Can't understand why I waited so much to start using it. Will certainly give it a try!
@ReviewLiveTv
@ReviewLiveTv 3 жыл бұрын
Its 's guide. It's fast but helpful. It took me an hour to catch up that he already made changes within maybe 5 frames. Thank you
@therealchrif
@therealchrif 6 жыл бұрын
Thanks for all your videos, you are the greatest.
@Fireship
@Fireship 6 жыл бұрын
Thank you :)
@littlebeantheboss423
@littlebeantheboss423 Жыл бұрын
Perfect video. Doing a hackathon at my company and needed a quick overview of firebase and this gave it to me quickly and perfectly
@steve-banbury-creative-xr
@steve-banbury-creative-xr 5 жыл бұрын
Not seen it in the comments, but it seems we have three deprecations in the latest SDK since this was published: 1) at around 16:24: .downloadURL is deprecated - I changed to .ref.getDownloadURL().then(... to get it working. 2) at 18:18: functions.config().firebase has been replaced with process.env.FIREBASE_CONFIG 3) at 18:50: we now need a snapshot in the param and reference that when referring to the document. i.e. .onCreate((snapshot, context) ... const docId = context.params.productId ... const name = snapshot.data().name ... Great video though - many thanks!!
@skymike4119
@skymike4119 5 жыл бұрын
16:24 replace with task.snapshot.ref.getDownloadURL().then(function(downloadURL) { console.log("File available at", downloadURL); const url = downloadURL; document.querySelector("#imgUpload").setAttribute("src", url); }); }
@Cyphlix
@Cyphlix 5 жыл бұрын
very helpful, thanks. For ts users; .onCreate((snap, context) => { const docId: number = context.params.productId; const value: any = snap.data(); const name: string = value.name;
@xnrivudxkskalflvk4075
@xnrivudxkskalflvk4075 4 жыл бұрын
doing god's work
@BlissAden
@BlissAden 2 жыл бұрын
16:24 for the downloadURL I changed the whole function to async await and just done this: const url = await task.snapshot.ref.getDownloadURL(); document.querySelector('#imgUpload').setAttribute('src', url); which is much simpler
@garrettgreen242
@garrettgreen242 3 жыл бұрын
This made things soooo much clearer, THANK YOU!!!
@paulynuckhas1291
@paulynuckhas1291 6 жыл бұрын
OMG, you're game-changing. Thank you for this, I think this is my next step in development. I got so many ideas. Thank you :D :D :D :D
@bensonmwaura9494
@bensonmwaura9494 6 жыл бұрын
Excellent insights yet again. Nicely done!
@buddyguy6816
@buddyguy6816 3 жыл бұрын
Some of you guys misunderstood the "beginner" thing. This is not a beginner video for JavaScript. It is a beginner video for Firebase. You can't expect to get the most complex features of JS like callbacks and promises in a 20 min vid. And about the "not up to date" part. Of course it will not be up to date because these technologies evolve with the speed of light. It was up to date when it was recorded. And if you see something not up to date, just do what Stephen Banbury did, instead of whining. Thanks for this awesome tutorial!
@dennispilat
@dennispilat 6 жыл бұрын
I think you did a really good job! Keep up the great videos. Very helpful, as I’m trying to develop a SAAS.
@cananard
@cananard 3 жыл бұрын
Now I finally understand what's all the hype around Firebase... Awesome !
@musaddiqurrahman1949
@musaddiqurrahman1949 4 жыл бұрын
Woah! Amazing video! feels like there's no limit on what we can do!
@JuanMartinez-ye8ug
@JuanMartinez-ye8ug 3 жыл бұрын
Thank you! Firebase kept popping up and I was wondering what it was all about, so essentially is a "Back-end as a service". Pretty sick!
@elsonmendes610
@elsonmendes610 5 жыл бұрын
I'm very excited to learn this cool stuff!
@mahghuuuls7290
@mahghuuuls7290 5 жыл бұрын
It helped, however many steps were skipped making it hard for a beginner to follow.
@profil4e
@profil4e 3 жыл бұрын
well it's a Beginner's Guide... when i started watching the video i also thought that it will cover actual api commands, but i guess an introduction to what it can do is also a Beginner's Guide ;D
@digitalday4972
@digitalday4972 2 жыл бұрын
Definitely not a beginners tutorial, hard to follow if you don't have any experience
@sebastiangudino9377
@sebastiangudino9377 2 жыл бұрын
Hard disagree. I'm watching this video BECAUSE having absolutely zero experience with firebase (Why else would I watch a Firebase beginners tutorial). And in only 21 minutes I gained all the knowledge needed to start a Firebase project with authentication and a database without a single line of backend code! The only thing I feel was left on the air is security. Is it really safe for us to do this kind of backend operations on the front end? Isn't our data vulnerable? But other than that, the practical information was all here. In a very short time without nonsense Edit: I do have backend experience of course, so maybe I'm not a 'beginner' but I don't think you should use something like firebase if you know nothing about the backend. And if you have used express with something like MongoDB Atlas you can follow all of this relatively easily
@CharlesLales
@CharlesLales 6 жыл бұрын
One more time, excellent. Concise and didactic, clear and efficient ;)
@timhysniu
@timhysniu 6 жыл бұрын
Great and easy to follow guide. Thanks!
@justinwyatt8
@justinwyatt8 5 жыл бұрын
One of the best dev videos I've seen
@botondbertalan4992
@botondbertalan4992 5 жыл бұрын
Thanks, you saved me a lo tof time. Although reading back the comments, I have 8 years of experience to follow along.
@death-disco
@death-disco 4 жыл бұрын
You know what video I’d love to see you make? A series on how you make your videos. I’m in an unrelated field of computer science (blockchain) and would love to learn from you as your videos are slick. :)
@khalifarmili1256
@khalifarmili1256 5 жыл бұрын
Thanks a lot. you have a nice efficient speaking rhythm. Every sentence that comes from your mouth is productive.
@juancholuna265
@juancholuna265 Жыл бұрын
I could not understand anything, but the video was engaging. I watched every second. 👍
@yuvrajsingh-gm6zk
@yuvrajsingh-gm6zk 4 ай бұрын
jeff was like "No chit- chat just on the point", I loved to be here!
@liannvns
@liannvns 3 жыл бұрын
Excellent summary for me. Thank you so much for this content.
@lucianosazo2646
@lucianosazo2646 5 жыл бұрын
Until yet, i don't saw the video, but i give you my like! thanks master!!!
@pierrechavaroche7060
@pierrechavaroche7060 6 жыл бұрын
Very good job and thank you very much Jeff!
@Fireship
@Fireship 6 жыл бұрын
Thank you Pierre!
@uwspstar2008
@uwspstar2008 6 жыл бұрын
thanks for sharing these great videos!!!
@MeghanStark
@MeghanStark 5 жыл бұрын
Wow, thanks so much for doing a basic beginner's guide. I'm juuuuust knowledgeable enough to keep up. I'm migrating sites away from Business Catalyst and have to figure out new ways to build databases and secure zones after being able to do so with HTML, CSS, Liquid, and basic Javascript. It'll be a learning experience for sure!
@bhfaught
@bhfaught 4 жыл бұрын
you are making me really really want to learn firebase! I've been using google-app-engine for hosting, but firebase seems really tempting with all the possibilities.
@kavan1773
@kavan1773 5 жыл бұрын
This was a great beginners guide for someone like me who already has experience with AWS. I was able to get a great idea of what Firebase has to offer when compared to something like AWS. But for complete beginners it might be a bit too fast.
@sebastiangudino9377
@sebastiangudino9377 2 жыл бұрын
But that's the point, isn't it? You should be learning firebase if you have zero backend experience. Since this is a modern service to abstract said backend away. If you don't know WHAT you are abstracting away you are going to have a hard time regardless of the tutorial you watch
@MarioRomeroARG
@MarioRomeroARG 5 жыл бұрын
Great intro video for firebase! Thanks!
@LeCrowTV
@LeCrowTV 4 жыл бұрын
Adding the missing `` on line 14 between the transition at 11:16 was really sneaky
@philipcook6191
@philipcook6191 4 жыл бұрын
Brilliantly done. Thank you.
@MacKoslowski
@MacKoslowski 6 жыл бұрын
This was disgustingly informative, thanks
@ljka
@ljka 4 жыл бұрын
Oh wow. I keep on hearing about Firebase and this is the first video i watch about Firebase. This thing looks promising and powerful! Haha. My team has plans of migrating a legacy code, Spring MVC backend and JSP frontend, to new tech stack i think frontend is either ReactJS or Vuejs. I would like to propose this Firebase to my boss for study. 😁 Thank you!
@kld0093
@kld0093 5 жыл бұрын
Holy crap this is so cool!!!!!! I definitely want to learn more about firebase!
@TradingGuide
@TradingGuide 6 жыл бұрын
Thank you! Excellent video to the point.
@alexanderhughes2813
@alexanderhughes2813 5 жыл бұрын
Best video on this by far, thanks for it!
@martynbirdem189
@martynbirdem189 3 жыл бұрын
kzbin.info/www/bejne/bGKbg2OCaLSlpKM Firebase project initialization. you can follow this channel.
@amin1mrx965
@amin1mrx965 Жыл бұрын
this video helped me a lot thank you. i got almost all the answers i wanted.
@phembarl
@phembarl 4 жыл бұрын
Well, that escalated quickly...
@gillesbrouillette2497
@gillesbrouillette2497 3 жыл бұрын
🤣🤣🤣🤣
@fwef7445
@fwef7445 2 жыл бұрын
yep, garbage tutorial, not beginner friendly at all, must have got a lot of bots upvoting this
@lachlanmason3918
@lachlanmason3918 2 жыл бұрын
@@fwef7445 not begineer friendly. But for people like me who understand web basics and simple JavaScript, HTML and CSS this is incredibly helpful.
@sanjeevdandin9350
@sanjeevdandin9350 2 жыл бұрын
@@fwef7445 This tutorial is not garbage. Just it is not beginner friendly. For a guy like me who is working in JS for nearly 2 years this is on point. For me "talk is cheap, show me the code"
@chuxmyk
@chuxmyk 2 жыл бұрын
🤣🤣🤣
@vanhoangnguyen6358
@vanhoangnguyen6358 4 жыл бұрын
It's so helpful and advanced. Thank you a lot. It's make change my mind how to quick build nice and save cost product.
@ddean3732
@ddean3732 6 жыл бұрын
This was awesome!! Thanks so much...!
@Fireship
@Fireship 6 жыл бұрын
Thank you!
@alanlal5625
@alanlal5625 6 жыл бұрын
Your videos are super good...keep up the good work 👌👌👌
@Fireship
@Fireship 6 жыл бұрын
+Alan Will do, thanks for watching!
@ManishSingh-zd5go
@ManishSingh-zd5go Жыл бұрын
Really a great session. Thanks a lot
@c2d330a8
@c2d330a8 4 жыл бұрын
Can we put this video on the firebase documentation main page? 😄 So good.
@cseckler
@cseckler 6 жыл бұрын
Great video! I'm not seeing the localStorage being updated after signInWithPopup(). Any idea what's going on there?
@maritimesunderground5647
@maritimesunderground5647 5 жыл бұрын
Same here.
@JackStepanyan
@JackStepanyan 6 жыл бұрын
Thank you very much for this video. Surprisingly today i had to create a simple app and im still very new to back end development. So i started to search some Rest databases or APIs and i found Firebase. I cant even explain how it was easy with just few clicks to create a real database. And now i found your awesome video. Please make more videos for beginners.
@Fireship
@Fireship 6 жыл бұрын
I remember feeling that way the first time also, and it's only getting better from here.
@janphillipjuntado5340
@janphillipjuntado5340 2 жыл бұрын
This is actually great content. Not beginner friendly of course but when you think about it, what kind of beginner would know about firebase anyway 🤔
@dongyoungkim962
@dongyoungkim962 Жыл бұрын
wow fireship, you are amazing, i am really tempted to get your life time course lol
@gatikgarg4007
@gatikgarg4007 3 жыл бұрын
I'm Now Realising that firebase can give life to so many project ideas that i dumped due to backend involvement its simply crazy
@eshetukebede4833
@eshetukebede4833 5 жыл бұрын
Thank man ,u are simply the best.
@rajayogan8884
@rajayogan8884 6 жыл бұрын
Finally.. you broke the 10-15 min limitation and shared a nice 20 minute vid.. Nice.. :)
@Fireship
@Fireship 6 жыл бұрын
Haha, it wasn't easy but I did it. I don't think I'll break the 10 min mark very often in the future.
@alabifunmilayo4995
@alabifunmilayo4995 4 жыл бұрын
I love it... fast and informative
@shashankpandey1966
@shashankpandey1966 3 жыл бұрын
Your channel is fully organized...
@H1L1CH
@H1L1CH 3 жыл бұрын
Thank you very much! Very helpful!
@daniellaerachannel
@daniellaerachannel 6 жыл бұрын
excellent
@moechetham
@moechetham Жыл бұрын
Excellent intro. Thank you
@Kawaiiization
@Kawaiiization 4 жыл бұрын
I'd really appreciate an updated version.
@n00bstude
@n00bstude 5 жыл бұрын
Great video, thanks!
@IoTLearner
@IoTLearner 5 жыл бұрын
I'm in love with firebase now...
@luka6354
@luka6354 4 жыл бұрын
Finally, Firebase with vanilla JS. Thanks!
@prabhkiratclassiv-c1513
@prabhkiratclassiv-c1513 3 жыл бұрын
I know half js and I am learning this video helped thanks 😊
@HazemElsawy
@HazemElsawy 4 жыл бұрын
Your tuts cure my depression
@nasserbaba9722
@nasserbaba9722 4 жыл бұрын
ty bro for this video i got a lot from it
@fabioambrozio7449
@fabioambrozio7449 4 жыл бұрын
Great explanation.. if you, after run "firebase init", get "Could not load ...", run "firebase login" before
@lipslide101
@lipslide101 6 жыл бұрын
I'm amazed by this. Holy shit. As someone used to working with java and sql in the backend, this is crazy.
@Fireship
@Fireship 6 жыл бұрын
Haha, that's exactly how I felt too
@lipslide101
@lipslide101 6 жыл бұрын
boi
@radovansurlak7445
@radovansurlak7445 4 жыл бұрын
Thanks a lot for the tut :)
@jordankayinamura2030
@jordankayinamura2030 2 жыл бұрын
Daaaang the name "Firebasics", like that. good tutorials man
@aseemlalfakawma5084
@aseemlalfakawma5084 5 жыл бұрын
Good tutorial, really taught me a lot about firebase, I wish you could type your code out, without that weird copy paste thing, and also indent code properly.
@ThePandaGuitar
@ThePandaGuitar 4 жыл бұрын
Holy shit, why didn't this exist when I was busting my balls through late nights to build backends. Great tutorial that doesn't waste any time on fluff, thanks a lot man! Subbed because of this.
@AdeelKhan1
@AdeelKhan1 4 жыл бұрын
What were you using before Firebase? And what have you built using Firebase (so far)?
@mattmarkus4868
@mattmarkus4868 Жыл бұрын
Is it meant for Angular or can you use react or vanilla js? I only ask because I see the angular logo everywhere. Thanks, this video looks professional and informative.
@fernandonicolalde6332
@fernandonicolalde6332 6 жыл бұрын
Excellent tutorial!
@carlosenrique2317
@carlosenrique2317 3 жыл бұрын
thanks, please add this video in the firebase main page :)
@1lucasvan1
@1lucasvan1 5 жыл бұрын
dude i know it says beginner, but wow you move quickly
@StarOnCheek
@StarOnCheek 3 жыл бұрын
you do realize that you can pause and rewind right?
@jsonkody
@jsonkody 5 жыл бұрын
Amazing .. thx very much.
@hassenmohammed3176
@hassenmohammed3176 6 жыл бұрын
It is excellent as always! I wonder if you can make a short tutorial on Ionic Firebase phone authentication that works for iOS, android and the web.
@alexhum8662
@alexhum8662 2 жыл бұрын
1:34 Project Creation on firebase console 2:15 Creating project locally 4:45 Firebase Authentication 7:25 Firebase Database
@frankyu6922
@frankyu6922 4 жыл бұрын
thanks! helped a lot!
@JulianSloman
@JulianSloman 2 жыл бұрын
Tour. Nice word for what this was!
@swoorp
@swoorp 3 жыл бұрын
Hey Jeff, which vs code theme do you use??? I wanna know, loved it!
@tyrrelldavis9919
@tyrrelldavis9919 4 жыл бұрын
When you run firebase init hosting , is it already pointing to a web app? Or do you have to initialize it as a web app in a separate app later? There's no way to have a web app with just ONE hosted project ?
@tanavposwal
@tanavposwal 2 жыл бұрын
Better than new firebase video
@paretocompanylimited9611
@paretocompanylimited9611 Жыл бұрын
Firebase has been a great choice!
Firebase - Back to the Basics
25:23
Fireship
Рет қаралды 579 М.
What is Firebase and how to use it
41:01
Firebase
Рет қаралды 237 М.
ДЕНЬ РОЖДЕНИЯ БАБУШКИ #shorts
00:19
Паша Осадчий
Рет қаралды 6 МЛН
Pray For Palestine 😢🇵🇸|
00:23
Ak Ultra
Рет қаралды 36 МЛН
MOM TURNED THE NOODLES PINK😱
00:31
JULI_PROETO
Рет қаралды 24 МЛН
Reacting to Controversial Opinions of Software Engineers
9:18
Fireship
Рет қаралды 2 МЛН
Getting started with Cloud Functions
19:26
Firebase
Рет қаралды 29 М.
How Prometheus Monitoring works | Prometheus Architecture explained
21:31
TechWorld with Nana
Рет қаралды 993 М.
I tried 5 Firebase alternatives
10:31
Fireship
Рет қаралды 750 М.
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,3 МЛН
10 regrets of experienced programmers
8:16
Fireship
Рет қаралды 1 МЛН
Firebase vs Supabase - I Built The Same App With Both
6:21
Your Average Tech Bro
Рет қаралды 87 М.
Object Oriented vs Functional Programming with TypeScript
12:07
What is JWT? JSON Web Tokens Explained (Java Brains)
14:53
Java Brains
Рет қаралды 1 МЛН
ПК с Авито за 3000р
0:58
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1,9 МЛН
Не обзор DJI Osmo Pocket 3 Creator Combo
1:00
superfirsthero
Рет қаралды 1,3 МЛН
iPhone 15 Unboxing Paper diy
0:57
Cute Fay
Рет қаралды 1,7 МЛН
Выложил СВОЙ АЙФОН НА АВИТО #shorts
0:42
Дмитрий Левандовский
Рет қаралды 1,8 МЛН
How much charging is in your phone right now? 📱➡️ 🔋VS 🪫
0:11