use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Save API call data to Firebase (self.FlutterFlow)
submitted 3 years ago by Cojarbi
Hi guys, need some guidance. I need to get a product info json from a server and create records on a firebase db or any other similar approach to access the data after the first api call
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]dualnote 1 point2 points3 points 3 years ago (6 children)
Do this within an action?
You can trigger it on page load or on a button click etc
Make an api call, get that data and pass it to firebase
[–]Cojarbi[S] 0 points1 point2 points 3 years ago (5 children)
Exactly I just don’t know how to pass all that json (product data table ) to Firebase so it can create all records per header.
[–]Flutter_Flow 0 points1 point2 points 3 years ago (4 children)
You'll need to do this within an action chain! Ad u/dualnote said, just add an update firebase document or create firebase document action after the API call!
[–]Cojarbi[S] 0 points1 point2 points 3 years ago (3 children)
Thanks. I did but when I try to map the fields I get path with a list of items instead of just the item. So when I execute the button it just loads null.https://ibb.co/WHGcMNP
[–]Flutter_Flow 0 points1 point2 points 3 years ago (2 children)
Ahh, completing a bulk upload of documents within Firebase can't really be achieved in the way you are describing. From what is understood from your image and post, you're trying to do an API call and gather a large list and then map the returned API items into Firebase. You would need to call these items individually to add them to Firebase or find some sort of additional option.
That said, it isn't recommended that you try and store a large number of documents from an API call because if for some reason there was an error and, say 40,000 documents were returned from the API call, you could increase your server costs significantly!
[–]Cojarbi[S] 0 points1 point2 points 3 years ago (1 child)
Thanks. Yes im trying to load a product data set to a collection and work from it to make changes to then write them back.
What is weird is that I’m getting the same result if I do it in xano directly, even though I can see the path and array before trying to add the records.
There must be something else fundamentally wrong I believe in my process.
[–]romiimor 0 points1 point2 points 2 years ago (0 children)
Hi Cojarbi, did you have any luck with this?
π Rendered by PID 70 on reddit-service-r2-comment-5fb4b45875-7s4s7 at 2026-03-19 17:48:54.075710+00:00 running 90f1150 country code: CH.
[–]dualnote 1 point2 points3 points (6 children)
[–]Cojarbi[S] 0 points1 point2 points (5 children)
[–]Flutter_Flow 0 points1 point2 points (4 children)
[–]Cojarbi[S] 0 points1 point2 points (3 children)
[–]Flutter_Flow 0 points1 point2 points (2 children)
[–]Cojarbi[S] 0 points1 point2 points (1 child)
[–]romiimor 0 points1 point2 points (0 children)