The Decline of Firebase (bundle sizes) // New JavaScript SDK First Look

The Decline of Firebase (bundle sizes) // New JavaScript SDK First Look

Fireship

2 года назад

141,146 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

HTMLFiveDev
HTMLFiveDev - 19.10.2022 14:34

Hi, I'm interested in your Firebase Security course ... just wondering if this uses Firebase 9?

Ответить
Jesse Pence
Jesse Pence - 17.10.2022 09:12

Why would you not include this information in your PAID Next.Js class that you advertise here?

Ответить
Dev-Siri 🇺🇦
Dev-Siri 🇺🇦 - 29.09.2022 17:55

"I find myself creating my own custom abstraction, like a class"
Thats basically the version 8 namespaced version

Ответить
TheLP FunnTV
TheLP FunnTV - 02.03.2022 12:45

He had us in the first half not gonna lie

Ответить
Wasey Hasan Khan
Wasey Hasan Khan - 23.02.2022 20:42

I laughed😄 out at the Gifs you use

Ответить
Shpend Mula
Shpend Mula - 24.01.2022 13:15

I agree! All I can say is that I always keep forgetting to pass auth to every function. Somehow I feel that by initializing the app at the top level should be enough, and also passing app to the getAuth function should inform the project!

Ответить
AngelHdz
AngelHdz - 23.01.2022 02:56

Don't go the clickbait route mate. We already love and expect your content. No need for it. I unfollow channels that do this. I will give you a break.

Ответить
kimeiga
kimeiga - 16.12.2021 19:31

Can you update sveltefire to firebase 9?

Ответить
Razvan Ionut Dascalu
Razvan Ionut Dascalu - 30.10.2021 00:27

Hello,

I have a question that I don't seem to find the answer to it... does firebase charge for reads that are done in the firebase console?

Ответить
Joseph. A Owigo
Joseph. A Owigo - 26.10.2021 09:08

last week I runned my old project and everything was not working

Ответить
Peter Miller
Peter Miller - 02.10.2021 13:20

Exactly the video I wanted to see =)
one question though - do all the modules have to be bundled? Why not just import the module you need in the front end just in time?

Ответить
Adam Farmer
Adam Farmer - 24.09.2021 12:50

Have you ever used reactfire? Can you make a video about it?

Ответить
Jorge
Jorge - 23.09.2021 07:48

Firebase is still too verbouse

Ответить
Maric
Maric - 21.09.2021 21:05

the old way to new way transformation should be easily handleable by regex

Ответить
mehroflomfg
mehroflomfg - 12.09.2021 23:08

Using Firebase with Webworkers did the trick for me :D

Ответить
xdeadstepx
xdeadstepx - 10.09.2021 04:52

Please do a tutorial with React and the NEW firebase cloud messaging. Super confusing with the service workers.

Ответить
RagHelen
RagHelen - 10.09.2021 03:31

Don't install firebase apps.

Ответить
blazi
blazi - 09.09.2021 14:54

what about cdn

Ответить
Blender Master
Blender Master - 06.09.2021 18:33

please do a firebase sdk 9 with vanilla javascript

Ответить
Diligence Humility
Diligence Humility - 04.09.2021 13:31

JavaScript is hands down the worst language ever created. Anything is better than JS. And anything is better than Google. Stop using foolish frameworks like Firebase, unless you are a fool

Ответить
Luca Venir
Luca Venir - 02.09.2021 16:12

Thumbs up if you want this SDK in Dart and Dart support for Firebase Functions!!!

Ответить
Bare Metals Academy
Bare Metals Academy - 01.09.2021 22:52

Hi thanks for the video, I am getting this error " FirebaseError: Firebase: Error (auth/invalid-value-(email),-starting-an-object-on-a-scalar-field-invalid-value-(password),-starting-an-object-on-a-scalar-field). " but I cannot find the meaning from the codes. Can you please point me in the right direction? I am using the new auth SignInWithEmailAndPassword

Ответить
Jaedson Barbosa
Jaedson Barbosa - 01.09.2021 19:35

Obrigado amigo, nem precisei ver outro tutorial pra poder atualizar meus projetos.

Ответить
Jakub Keller
Jakub Keller - 01.09.2021 11:04

If you all just listened to me 3 years ago when I said Firebase wouldn’t be a thing, you’d be afraid of the game. But no, I was ridiculed for trolling and not knowing what I was talking about…

Ответить
Piyush Vishwakarma
Piyush Vishwakarma - 30.08.2021 21:09

I can’t believe I fell for the click-bait 😐

Ответить
RyanIsASith
RyanIsASith - 30.08.2021 04:06

Just finished pushing my first independently published application to UAT for round 1 of feedback. It utilizes FB. Guess I gotta tell the testers that the app will be faster by prod time lol

Ответить
iamArnav
iamArnav - 30.08.2021 04:06

we want more tutorials on firebase new version 9.0.0, Its really helpful..

Ответить
Coding Your Life
Coding Your Life - 26.08.2021 10:02

Nice, Thanks a lots

Ответить
Orinbay
Orinbay - 20.08.2021 17:06

This clickbait is god-like

Ответить
Milton David
Milton David - 15.08.2021 02:02

Got stuck looking at this error: dependent-sdk-initialized-before-auth => Another Firebase SDK was initialized and is trying to use Auth before Auth is initialized. Please be sure to call `initializeAuth` or `getAuth` before starting any other Firebase SDK.

Does anyone know how to solve it?

Ответить
왕종이
왕종이 - 14.08.2021 01:38

Any new changes with amplify? Or is it still quite young?

Ответить
FlareFlo
FlareFlo - 13.08.2021 16:08

I personally have fallen in love with the way rust imports things, where you following examples are valid;
use library;
use library::function;
use library::{[function1, function2 };

Ответить
Sri
Sri - 13.08.2021 03:12

Firebase UI doesn't yet support firebase sdk v9.

Ответить
Daniel Carr
Daniel Carr - 09.08.2021 10:54

Awesome videos, what font do you use for the text in the blocks?

Ответить
Nikola Radulaski
Nikola Radulaski - 08.08.2021 10:34

It would be interesting to know what Firebase modules would it make sense to import dynamicaly and how much benefit could br gained?

Ответить
HiddenStack
HiddenStack - 08.08.2021 08:56

What do you think of serverless framework?

Ответить
Bhaskar Nair
Bhaskar Nair - 07.08.2021 06:42

Just reached midway on a project where we use firebase. I shat myself after reading the title.

Ответить
bala
bala - 07.08.2021 06:09

I am using firebase-admin

Ответить
Ondal1
Ondal1 - 07.08.2021 02:11

Where in the world is a download of half a megabyte a problem these days?

Ответить
Wesley
Wesley - 07.08.2021 00:35

In other words, BLOAT. What are the workarounds in JS to avoit bloat? I wanna create my own personalized site someday. The key to it is HTML and CSS, right? Sorry, I know nothing of web design, only algorithms. Is there a more efficient alternative to JS?

Ответить
Lazar Manasijević
Lazar Manasijević - 06.08.2021 20:22

This modular approach is like a school project... ugly and illogical, but works

Ответить
Frans Imanuel
Frans Imanuel - 06.08.2021 17:05

i need proper docs for javascript admin SDK

Ответить
Jakub Keller
Jakub Keller - 06.08.2021 14:19

Wait what? Another prediction of mine coming true? So surprised 😂 Yet no one wants to listen to me.

Ответить
Emad Alashi
Emad Alashi - 06.08.2021 11:14

Great video as always, but unfortunate choice of title, please be careful of falling into the click-bait path, you don’t need it.

Love your videos, keep it up 👍🏼

Ответить
Jack Kirby
Jack Kirby - 06.08.2021 08:09

Every job posting wants Microservices. 100 seconds of Microservices?

Ответить
Sir Miles
Sir Miles - 06.08.2021 06:19

Can you do swoole bro? Thanks

Ответить
Creative Tech
Creative Tech - 06.08.2021 04:31

Hated firebase from the start

Ответить
Sherwin G
Sherwin G - 06.08.2021 02:08

Where's that test post I saw minutes ago?

Ответить