最佳方法创建用于Flutterflow应用的API应用是什么?

huangapple go评论78阅读模式
英文:

What is the best way to create API app for Flutterflow app?

问题

我试图在Flutterflow上创建iOS/Android应用程序,但在需要进行一些API调用时遇到了困难。我应该在Heroku上部署一个单独的API应用,然后将其与Flutterflow集成,还是有更好的方法?

英文:

I'm trying to make an ios/android application on Flutterflow and am stuck when I need some API calls. Am I supposed to deploy a separate API app on Heroku and then integrate it with Flutterflow or is there a better way?

答案1

得分: 2

如果你不想使用像Firebase、Supabase这样的BaaS服务来传递数据,而是想将数据交换到第三方源,那么是的,你将需要使用某种后端语言和框架来构建你自己的REST API。

之后,你需要将其部署到云端的某个地方,比如Heroku或者根据你的需求选择其他云服务提供商。

然后你应该会得到它的基本URL,用于在你的Flutter/FlutterFlow应用中进行API调用。

英文:

if you don't want to relay to a Baas such as Firebase, Supabase..., then in order to exchange data to a third-party source, then yes, you will need to build your own REST API using some back-end laungage, framework..

After that, you will need to deploy it somewhere in the cloud, and yes like heroku or any other one based on your requirements.

And then you should have the base URL of it and use it to make API calls from your Flutter/FlutterFlow app.

huangapple
  • 本文由 发表于 2023年6月6日 07:42:29
  • 转载请务必保留本文链接:https://go.coder-hub.com/76410611.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定