简体   繁体   English

如何将 Google App Engine 与 Firebase 结合使用

[英]How to use Google App Engine in conjunction with Firebase

I've been using Firebase for a long time and it's great, however I need more power for certain things.我已经使用 Firebase 很长时间了,它很棒,但是我需要更多的功能来处理某些事情。

At the moment, I have a function in Cloud Functions for Firebase to do some video processing and I need more power.目前,我在 Cloud Functions 中有一个用于 Firebase 的函数来进行一些视频处理,我需要更多功能。 I have heard Google's App Engine is better for this kind of solution and I've been experimenting with App Engine with my Google Cloud project.我听说 Google 的 App Engine 更适合这种解决方案,我一直在用我的 Google Cloud 项目试验 App Engine。

I went to deploy my first Node.JS app function to App Engine and it seemed as if it was going to overwrite my existing functions I have.我将我的第一个 Node.JS 应用程序功能部署到 App Engine,它似乎要覆盖我现有的功能。 I have lots of functions, and code in Firebase for my app and my website to talk to one another, so I'd like to keep and leave my Firebase stuff alone.我在 Firebase 中有很多功能和代码,供我的应用程序和我的网站相互通信,所以我想保留并留下我的 Firebase 东西。

I'm just wondering, how I'd use App Engine (and maybe some other higher end Google Cloud products) alongside Firebase without interfering or changing one another, but using the same project?我只是想知道,我如何将 App Engine(以及其他一些更高端的 Google Cloud 产品)与 Firebase 一起使用,而不相互干扰或更改,但使用同一个项目?

App Engine is an entirely different product than Cloud Functions. App Engine 是与 Cloud Functions 完全不同的产品。 Anything you deploy to App Engine will not affect what you've already deployed to Cloud Functions, and the same applies in reverse.您部署到 App Engine 的任何内容都不会影响您已部署到 Cloud Functions 的内容,反之亦然。 You can use both products in tandem with no conflicts.您可以同时使用这两种产品而不会发生冲突。

Here , you can find more details related to the serverless environments options that you have.在这里,您可以找到与您拥有的无服务器环境选项相关的更多详细信息。 It would be helpful to read about each of them and choose whatever fits your needs better.阅读它们中的每一个并选择更适合您需求的内容会很有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM