gcloud app deploy --version 20160720t225848--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/2c4b63b3-be2b-4479-bb17-81e0fab3e451%40me.com.
For more options, visit https://groups.google.com/d/optout.
Hi Alexander,I don't think there's anything to do to migrate. The only real differences I can think of are in the deploy process. The primary difference being that you deploy from your local file base rather than pushing to github to deploy.This is where I learned Node.js with GCP and I highly recommend it as a primer: https://cloud.google.com/nodejs/One caveat not given enough emphasis in the doc for me was that, during development, GCP creates a new instance each time you deploy (by default) and you get charged for all of them. To avoid this, you want to find the version number of your GAE instance:And then deploy using this format:gcloud app deploy --version 20160720t225848But other than the general deploy process, and how you configure auto-scaling, everything runs pretty close to the same, in my opinion.☼, Kato
On Tue, Aug 30, 2016 at 2:31 PM, Alexander Cohen <naf...@me.com> wrote:
Hello, I have a firebase app that uses some backend services written in node.js that live on heroku. I’m wondering if there is a tutorial of some kind of help docs that might point me in the right direction on how I could migrate the heroku app to Google Cloud.regards,Alex
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/2c4b63b3-be2b-4479-bb17-81e0fab3e451%40me.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CADypTEbGigSou4QTq9a_EOiWN64%3DMVd05Hh0TDfg%2BjB46vsK5Q%40mail.gmail.com.
Thanks Kato. I’ll read through all the info and try it out. Do you know if GCP instances are blocked form within China?
AC
On Thu, Sep 1, 2016 at 12:04 PM, Kato Richardson' via Firebase Google Group <firebase-talk@googlegroups.com> wrote:
Hi Alexander,I don't think there's anything to do to migrate. The only real differences I can think of are in the deploy process. The primary difference being that you deploy from your local file base rather than pushing to github to deploy.This is where I learned Node.js with GCP and I highly recommend it as a primer: https://cloud.google.com/nodejs/One caveat not given enough emphasis in the doc for me was that, during development, GCP creates a new instance each time you deploy (by default) and you get charged for all of them. To avoid this, you want to find the version number of your GAE instance:And then deploy using this format:gcloud app deploy --version 20160720t225848But other than the general deploy process, and how you configure auto-scaling, everything runs pretty close to the same, in my opinion.☼, Kato
On Tue, Aug 30, 2016 at 2:31 PM, Alexander Cohen <naf...@me.com> wrote:
Hello, I have a firebase app that uses some backend services written in node.js that live on heroku. I’m wondering if there is a tutorial of some kind of help docs that might point me in the right direction on how I could migrate the heroku app to Google Cloud.regards,Alex
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/2c4b63b3-be2b-4479-bb17-81e0fab3e451%40me.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CADypTEbGigSou4QTq9a_EOiWN64%3DMVd05Hh0TDfg%2BjB46vsK5Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/b58b092e-9763-4259-987b-0ecee067783c%40gmail.com.