Deploy Python on Firebase Hosting with Cloud Run - Firecasts

preview_player
Показать описание
Welcome to a new episode of Firecasts, today we’re going to be using Firebase Hosting and Cloud Run to host a flask server. Find out what Cloud Run is, how you can deploy Python on Firebase Hosting with Docker, and more on this episode with our Firebase Developer Advocate David East.

Рекомендации по теме
Комментарии
Автор

Excellent video - thank you for spending the time to say so much in so little time.

hanzvanaardt
Автор

Thank you have been waiting for a flask video so long

Ihavetoreturnsomevideotapes
Автор

I got the 503 error code. Turns out my Docker wasn't working locally either. When fixed I could push it to the EuropeWest server. Works like a charm!

mattdj
Автор

What is difference between this and using Firebase cloud functions? Just the choice of language?

Ruhan
Автор

Hey this was not hard but I am confused for doing same as this in my Django project. When I contacted Firebase by mail they sent me this video link

MONTYJONTYofficial
Автор

This is amazing! I am so grateful for Google. This is undoubtedly the best hosting platform out there based on what I'm looking for and I just want to say that learning about Google Firebase has really made my week, and I can't wait to learn it. Have an amazing day, and if you reply to this, include a pizza place nearby and a place I should send it to at a specific time in the near future and I'll order you guys a pizza.

dinnertonight
Автор

Thank you. Please do a video on deploying Django on Firebase.

subijoyacharya
Автор

Can you please make a tutorial for hosting django applications

tekanokhambane
Автор

Is there any way I can pick different region without extra latency?

zeeshanans
Автор

Thanks!! Have been waiting from a long time for this. Just to clarify....will I be charged for using the cloud run?

amanpreetsinghchopra
Автор

So is cloud run and build going to be an alternative for SSR app?

dennisantonyswamy
Автор

What editor are you using? I'm using MU and I cannot do anything that you are doing on screen. All I can do is write the codes but I cannot access the folders or create the folders like you are doing.

brendagreen
Автор

Great video! But why running dynamic content through Cloud Run if you can just run it via Firebase Hosting? Thanks!!

paulocoronado
Автор

is there a way to split traffic between more than one version in firebase hosting

edimalok
Автор

firebase hosting are hosted in uscentral1 region, care while selecting cloud run and firestore, we are locked to uscentral1 if you are using firbase hosting, we can't use firestore from other than uscentral1 because of latency

somayajisubs
Автор

What's the benefit of deploying the web app to Cloud Run instead of App Engine? The CDN cache?
Wanted to use a subdomain for dynamic links while my static site was being hosted in Firebase Hosting, couldn't make it work so I removed the Hosting from Firebase and created a Web app to host it in App Engine.
At the moment I find this overly complicated(Compared to deploy to GAE), but I can see the benefit of the CDN Cache can I do something similar in GAE or it has to be a container?

You guys always post answers to my needs a month after I found a solution :D :D

guanacodevs
Автор

Can I integrate my python backend with POST/GET requests to my frontend using this method?

di.leandro
Автор

What is the purpose of controlling the CDN cache?

orjihvy
Автор

Does anyone know how I can debug cloud run code locally?
I'd like to load firebase hosting's init.json from cloud run, but in local, it does not work.

hykathon
Автор

Getting below error on 07:44
Error:404 Requested entity not found
when entering
node_modules/.bin/firebase serve
Any idea?

kanishkamrev