API calls in FlutterFlow - Tutorial

  Рет қаралды 82,607

FlutterFlow

FlutterFlow

Күн бұрын

Пікірлер: 59
@dalvindigitaldesign
@dalvindigitaldesign 3 жыл бұрын
You move fast 😭😭😭 I asked for this on Monday and a video up Friday I appreciate you all !
@sergejdergatsjev
@sergejdergatsjev 2 жыл бұрын
If I'm not mistaken.. With a method where Sendgrid API key is added in application code. That could become a very big security problem. Because people can decompile this application and then access your account via API key. The method is that you keep API key only where you as administrator have access. For example function of Firebase. Server side, !!! not client. Of Via client you could listen request via traffic monitoring tool and see the API key..
@ChrisLaupama
@ChrisLaupama 3 жыл бұрын
Another incredible update! Can’t wait to use this!
@junepat592
@junepat592 3 жыл бұрын
Can you guys make a video explaining more on query collections and also document reference..and also explain when to use them
@novacrypto7931
@novacrypto7931 2 жыл бұрын
excellent video I don't know much about apis and this helped me a lot flutterflow the best of the best
@maginixx
@maginixx 2 жыл бұрын
very good my boy, very good, congratulaions for video, congratulaions .
@maxi-g
@maxi-g 2 жыл бұрын
amazing! but is there a way to handle different responsecodes from the endpoint? (200/201 / 400) would be usefull for authentication for example (password incorrect...)
@TheBeatmens
@TheBeatmens Жыл бұрын
You could receive different status codes?
@DarkChasmGamers
@DarkChasmGamers 3 жыл бұрын
In production, you'd want to use the send email API in a cloud function? Can the user possibly extract the secret from the app files? And you'd want to make sure users don't exploit it and spam emails which could cost you a lot of affect the experience of other users if they are the recipient?
@ShivamJha00
@ShivamJha00 2 жыл бұрын
Yes. That's why these stuffs are only good for MVP purposes for getting quick validation from users or investors but not for public facing apps
@myandrobox3427
@myandrobox3427 2 жыл бұрын
We do not see that SOURCE type any more where we can get data from grid or list, is it taken off ??? This is really important. Please confirm!!
@RR-et6zp
@RR-et6zp 7 ай бұрын
great simple explanation
@mazenalsakkaf
@mazenalsakkaf 2 жыл бұрын
This is an excellent API tutorial!
@HSBTechYT
@HSBTechYT 3 жыл бұрын
This is amazing Finally custom api support. Will definitely try it out now
@rickloterio
@rickloterio Жыл бұрын
Can I set my API authorization token as a variable? I can get ir on GET using query parameters, but not on post
@ai-news168
@ai-news168 Жыл бұрын
Thank you for this excellent API tutorial!
@abhilashvr007
@abhilashvr007 3 жыл бұрын
any way to keep a persistant variable in flutterflow when not using firebase?
@mrwilson.1
@mrwilson.1 Жыл бұрын
How can I format the text in the body of the email that is sent? Like putting info in a new line instead of everything just following in a single line?
@dalvindigitaldesign
@dalvindigitaldesign 3 жыл бұрын
Can you also do a tutorial on webviews and passing in env vars?
@dniezby
@dniezby 2 жыл бұрын
Is it possible to send an HTML formatted email? I’m building an app for my company and they need a specific format of the completed form sent to them.
@mariomini
@mariomini Жыл бұрын
This is a key functionality, but how do we capture and pass cookies from a GET call to a subsequent POST call?
@kimosabe77
@kimosabe77 3 жыл бұрын
will there be delete or put/patch api feature down the line?
@kalmenchia
@kalmenchia 3 жыл бұрын
Yes for the rest of the methods please.
@victorzcorp
@victorzcorp 2 жыл бұрын
we dont have 'update' and 'delete' http method on flutterflow api call? (video at 03:15 only show get or post)
@FlutterFlow
@FlutterFlow 2 жыл бұрын
delete/put/patch have been added since
@chawmandew
@chawmandew 2 жыл бұрын
Great tutorial. But is there a way to add a header that the value is inside a variable (eg. Authentication Tokens, Bearer Tokens) ?
@garrylowther
@garrylowther 2 жыл бұрын
I have asked their support for an answer to this.
@boliempire336
@boliempire336 Жыл бұрын
@@garrylowther what was their response
@shaiksaifulla9698
@shaiksaifulla9698 Жыл бұрын
How can i show no of credits used and upgrade system on my chatgpt app in flutterflow please help me in that.
2 жыл бұрын
how to set up api call timeout? I think this is a very important feature
@boeing4you
@boeing4you 3 жыл бұрын
Hi, I have a problem about JSON's result which return from api. The result cannot display in our language (Thai). Normally, I use JSON decode function (coding) when it return from api but in flutterflow, How can i decode?
@fabiantorresm
@fabiantorresm 2 жыл бұрын
Hi Flutterflow! Thanks for the content. I have a question In the version 3 update, how do I send dynamic data in the header? My headers go like this: access-token:[access-token] and in body/params I have declared their respective variable but everything goes in the body of the request and in the header only this goes: { "client": "", "access-token": "", "uid": "", "charset": "utf-8" }. Beforehand thank you very much
@fucksystem1
@fucksystem1 2 жыл бұрын
Hola Fabian, pudiste resolverlo?
@hussnainahmed7578
@hussnainahmed7578 3 жыл бұрын
Will you add OAuth support for API authentication? e.g., using various google APIs
@mohanmovibrothers3539
@mohanmovibrothers3539 2 жыл бұрын
If I'm building a successful app in flutterflow then I have to upgrade my plan in flutterflow for playstore deployment. After 2-3months If I'm cancelling my subscription from flutterflow will it affect previously deployed apps in playstore
@uc-elroczy7880
@uc-elroczy7880 2 жыл бұрын
You didn't talk about using API KEY for 3rd party service... Could you let me know how? Because I'd like to make a post request to the service but it requires API Key for security reason
@Natet
@Natet 3 жыл бұрын
So does this mean you can create Social post like api and make them display in a main page? like how Instagram does it?
@seapson6967
@seapson6967 3 жыл бұрын
just built my first flutterflow app,but will love to know how to make it compatible with different screen sizes..
@maginixx
@maginixx 2 жыл бұрын
Please show how infinite scroll as you the API data country 100 for example, if every 3 records show, when you pull to the end, the data in the column, all had to load more 30 what already gives 60 , and each time that you load more automatically and dynamically incrementing until you give the 100 total records that come from the json API listed, I at flutterflow so far have not put a function that does this automatically, and this feature is extremely important, crucial for those who have many records coming in the api and wants to load everything in the app inside a listview or wrap column, as if it is pulling the pagination little by little but with auto increment in the column called scroll au increment, I don't know how to work with code and I chose to pay and use flutterflow for being a non-excellent option, but now we don't provide this fun that is very important and we need more, urgently please if there is any way to help ask what to help, because I'm crashing 1 me s in my app I can't solve this I have many no json banks I wanted to bring it little by little and on a screen as if it were all the data per record divided by pages because there are many, but I'm not trying to do it because the platform doesn't give that option , help me answer. OBS: the name of the system I'm talking about is: Increment content in Column from API On pull To refresh we need auto Increment content in Column from API On pull To refresh, automatic , this tool still doesn't have it when you create the query chidrens in the column passing the content, please help we need this I can't finish my project I want to sign the plan but no I can even finish this, I need to bring the API records that come per page are 30 on each page, I don't know how to work with code, I don't have time for that, and I need to finish my project to be able to pay the plan and download my code, for Please could you implement this au increment tool as the person pulls the scroll to the end and the query increments the amount of record you want to appear until giving the final record value returned by the API in json. please help paste this function, we are waiting, until then I will wait to be able to change my plan from free to premium. thanks !! if you need help, just tell me and I'll pay you to put a tool already ready in that part that when you click on On Pull to refresh, it updates the api data, with auto increment updating the data by pagination according to the amount of record chosen by the developer in the tool part > (Generating Children from Variable) in "Max Items" if you put every 10, for example from the json API, of 50 it would load 10 records 5 times each time the user scrolls to the end the records listed within the list view or Wrap column, all automatically, without having to change code or anything like that, if you need help with this I pay for it because it costs a lot to finish my project, and I depend on this, thank you and until later I stay in I wait !
@valirmasha4718
@valirmasha4718 3 жыл бұрын
How to create user account like sign-in login and sign out or require to sign-in if we click on any product in our app
@dalvindigitaldesign
@dalvindigitaldesign 3 жыл бұрын
How can we set environment variables in flutter?
@valtronicsza
@valtronicsza 2 жыл бұрын
No support for PUT, PATCH, DELETE, OPTIONS ?
@novacrypto7931
@novacrypto7931 2 жыл бұрын
could you do a tutorial on how to send map index list information with whatsapp cloud in post please please pleaseeeeeee
@AnisBOULAID
@AnisBOULAID Жыл бұрын
What about other http verbs (mainly put and delete)??
@FlutterFlow
@FlutterFlow Жыл бұрын
Possible now, old video (we'll put up an updated version soon). Check out our docs for now: docs.flutterflow.io/data-and-backend/api-calls
@AnisBOULAID
@AnisBOULAID Жыл бұрын
Yep, thank you, found in another tutorial and it now includes the patch as well 😀
@Evinsta-v6z
@Evinsta-v6z Жыл бұрын
can u do an update with the new features?
@ExcuseMeAhem
@ExcuseMeAhem 2 жыл бұрын
Great tutorial. Please get a new mic though.
@epicvillain8308
@epicvillain8308 Жыл бұрын
Hilarious when “no code” devs say “pretty obvious”, “pretty straight forward”. I just “pass this into this and do that with this” but “I’m not actually going to explain a single thing that I did or why I did it, just gonna show you I did it.” Oh yeah and “that was easy huh”
@artluismangubat3798
@artluismangubat3798 3 жыл бұрын
do you know how to forget password or reset password
@Design-with-Omar
@Design-with-Omar 5 ай бұрын
Why i don't sea name and value now
@Simon-tv8lq
@Simon-tv8lq 3 жыл бұрын
Who will use this feature with a fixed authorization?
@ChrisLaupama
@ChrisLaupama 3 жыл бұрын
The authorisation is to use the API, so each developer will need to authorise their own use of the endpoint, this is so if there there are limitations to the API (like the amount of times you can call the API) it can be monitored.
@iwanpieterse6953
@iwanpieterse6953 3 жыл бұрын
Yay
@motomono
@motomono 3 ай бұрын
This tutorial is a disaster
How to Filter Data in FlutterFlow - Part 3
8:52
FlutterFlow
Рет қаралды 23 М.
How to Execute API Calls
18:43
FlutterFlow
Рет қаралды 42 М.
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 31 МЛН
Thank you Santa
00:13
Nadir Show
Рет қаралды 51 МЛН
How to Dynamically Filter API Calls in FlutterFlow
14:54
FlutterFlow
Рет қаралды 46 М.
Should You Use gRPC Instead of REST?
19:11
ArjanCodes
Рет қаралды 18 М.
APIs | FlutterFlow University
20:20
FlutterFlow
Рет қаралды 86 М.
FlutterFlow Builder Deep Dive: How To Navigate & Use FlutterFlow
27:24
JSON Path Tutorial
17:57
FlutterFlow
Рет қаралды 63 М.
Most overpowered way to build mobile apps?
8:33
Beyond Fireship
Рет қаралды 854 М.
FlutterFlow - How To Add API Calls
8:24
Jim Explains
Рет қаралды 2,7 М.
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 31 МЛН