Have questions about serverless architectures? Tune into our #AskGoogleCloud premiere on Friday, March 12 10AM PT for answers and a chance to chat live with Google Cloud’s serverless experts → goo.gle/3qDLLRQ
It would be great to have a terraform project or something similar to build the project on my googlecloud or why not a simple .sh script. Now I have to try to understand the repository and recreate it. maybe i will do it myself and share it. It seems like an excellent project that covers a lot of useful things. Thank you
It is also possible to deploy Option 2 by using Cloud Functions for Firebase, then you only need to use `firebase deploy` to deploy both the hosting AND the cloud function.
Yes, that's a nice option if you write it in NodeJS. My logic code was already written in Go, so I chose the "standard" Cloud Functions flavor.
3 года назад+1
@@valdeleplace4536 If you need to use Go as backend for Firebase maybe you can use the Cloud Run integration firebase.google.com/docs/hosting/cloud-run
Yea so I think this mentions cloud run. Firebase is useful but I think it's non compatible with specific things I have. Does that cost money? I can't remember, but I needed the opposite of scaling. I had to scale down to localization and hefty datasets and learning. I actually have to try to jenk my way around pawn with inline python. Might be impossible.
It is indeed possible to combine Firebase and Cloud Run, but for my simple app when I'm using Cloud Run (3rd option), I don't really need to add Firebase.
To optimise the cost, peer-to-peer file transfer within two browsers (desktop & mobile) via WebRTC sounds better. No files are uploaded to the cloud storage. FilePizza is a good example. github.com/kern/filepizza
Have questions about serverless architectures?
Tune into our #AskGoogleCloud premiere on Friday, March 12 10AM PT for answers and a chance to chat live with Google Cloud’s serverless experts → goo.gle/3qDLLRQ
It would be great to have a terraform project or something similar to build the project on my googlecloud or why not a simple .sh script. Now I have to try to understand the repository and recreate it. maybe i will do it myself and share it. It seems like an excellent project that covers a lot of useful things. Thank you
Great video. I love it comes out with an extensive blog post and some source code. Well done and many thanks!
Good one
It is also possible to deploy Option 2 by using Cloud Functions for Firebase, then you only need to use `firebase deploy` to deploy both the hosting AND the cloud function.
Yes, that's a nice option if you write it in NodeJS.
My logic code was already written in Go, so I chose the "standard" Cloud Functions flavor.
@@valdeleplace4536 If you need to use Go as backend for Firebase maybe you can use the Cloud Run integration firebase.google.com/docs/hosting/cloud-run
Nice demo, i guess im going to try it
Nice 🖒🖒 i like this 🖒
Hi Martin, are all of these options free? At least for a prototype version limited to few users?
All these products have a generous free quota: see cloud.google.com/free . The sign-up may ask for a valid CC in order to become a customer.
Yes, all three products have free tiers.
I think ”Three Google alternatives...” would be a more accurate title?
You're correct, these are only Google Cloud options. It would be very interesting to test with competitors, in another article or video
Yea so I think this mentions cloud run. Firebase is useful but I think it's non compatible with specific things I have. Does that cost money? I can't remember, but I needed the opposite of scaling. I had to scale down to localization and hefty datasets and learning. I actually have to try to jenk my way around pawn with inline python. Might be impossible.
I was thinking about how LISP expands upon python and I might be able to create inline py for pawn like Go.
I was also considering using C, but keep in mind that pawn is python so this would probably be smoother.
It is indeed possible to combine Firebase and Cloud Run, but for my simple app when I'm using Cloud Run (3rd option), I don't really need to add Firebase.
I like it
To optimise the cost, peer-to-peer file transfer within two browsers (desktop & mobile) via WebRTC sounds better. No files are uploaded to the cloud storage.
FilePizza is a good example.
github.com/kern/filepizza
The elephant in the room is flutter