MySQL with Firebase?

preview_player
Показать описание


#Firebase #SQL #NodeJS

Install the Quiz App 🤓

Use code lORhwXd2 for 25% off your first payment.

Use code lORhwXd2 for 25% off your first payment.
Рекомендации по теме
Комментарии
Автор

Your channel is a fountain of cloud knowledge! keep it up!

MrDots
Автор

Great stuff! Just a couple of weeks ago I’ve figured out how to setup Type ORM with NestJS and a MS SQL database. Looking forward to the Nest video ✌🏽

MichaelSchillingNL
Автор

Splendid! Wanted too have a look at Type ORM for quite some time now, can't wait to see more videos on this topic!

mitos
Автор

I love you! Im doing a startup project with Firebase from scratch and you have all that I need covered! So useful content! Thanks Jeff

mmsergi
Автор

I use NodeJS to sync Firebase, Firestore into MySQL and vice versa ... Automatically Create, Alter MySQL table, insert query and update query, I don't use delete as now
I also use JSON into MySQL query converter

janryansantos
Автор

So... Is it "my sequel" or " my es-kyu-el"? 😃 Anyway i think is 1 year free tier for AWS RDS databases

aleksandarstevanovic
Автор

Thank you for the T-Shirt! I really love your videos

holymanfab
Автор

Hey man I love your content. Is there a chance you can provide a list of your vs code themes, best plugins and linters? Your setup in vs code seems nice and clean and even the terminal itself.

jonathanbecerra
Автор

I have a Discord bot that's uses an sqlite3 database. Seeing this video has made me decide that I'm going to rewrite all the database interactions with it using typeorm.

I've also been meaning to rework it to a postgresql database but I've been holding back because I can't come up with a good database model. I think using Typeorm is a great first step.

favna
Автор

This is the thing I was looking for so long, thank you sooo much

ketanchoyal
Автор

It's incredible how corporations can manage to build a business model from software that was intended to be free.

TechdubberStudios
Автор

OneToMany and ManyToOne takes 3 arguments, not 2. Yes, the last one is optional and you can pass there options like eager or lazy loading. Check this, please. If you specify eager loading you don't have to write querybuilder for joining 2 tables. It will be handled automatically.

myemuk
Автор

How can I connect my own SQL Database ?

ketanchoyal
Автор

I'm not a huge fan of MySQL because scaling it is a nightmare. Sure, it will work for 100s even 1000s of users, but if you scale beyond that it will be become literal nightmare (even with a managed solution).

bitp
Автор

Can you have a production and development Firestore database aswell? A video about that would be great!

JFkingW
Автор

What icon theme are you using? It looks really nice!

Sebastian-wiyy
Автор

The timing of this is perfect as I have a case where Firestore may not be the right datastore for everything my newest project needs. Thanks!

SoundFilmDesign
Автор

This is a great tutorial! :) I have always wondered how to integrate MySQL and Firebase and thanks to this vid, I now have an idea! :) I have a question though, how can I resolve this error: DataTypeNotSupportedError: Data type "int64" in "Hippo.weight" is not supported by "mysql" database. at new DataTypeNotSupportedError

je_
Автор

Hello Dear I have some question ? I'm new Developer of mobile . I have my data on mysql local server in company and now I'm develop mobile app by using React native How I can get data from my local database mysql to my React native app when using online ?
Thak you so much !

nathimtry
Автор

Thanks Jeff, very interesting. Will need to watch this a couple of times to see how i can reap some benefits from it. A specially from some of the older data that I have

RobertLeeuwerink