Luis
BBuildShip
•Created by Fardeen on 1/18/2025 in #💬・general
Fardeen - Hey guys, new here. Loved playing aro...
Hi, you can use the API Call node to send any external requests. https://docs.buildship.com/utility-nodes/api-call-node
1 replies
BBuildShip
•Created by krapomusic on 1/16/2025 in #💬・general
krapomusic - Hi,How do I reference a Firebase ...
Are you using BuildShip database or your own Firebase database?
1 replies
BBuildShip
•Created by kenthebroken on 1/11/2025 in #❓・buildship-help
image upload to supabase: retreive url
Hi @kenthebroken, this remix link can help you get started with what you're looking for. This takes in an image using the file upload trigger, then uploads the file to a supabase storage bucket, then writes the download url of the file to row in a supabase table.
https://app.buildship.com/remix/cbbf9ef9-157d-44d0-9576-e9ab985823b5
4 replies
BBuildShip
•Created by David 🤫😌👈 on 1/10/2025 in #❓・buildship-help
help needed urgently 😭😭
That's correct. It just needs the full number with country code included.
8 replies
BBuildShip
•Created by David 🤫😌👈 on 1/10/2025 in #❓・buildship-help
help needed urgently 😭😭
Hi @David 🤫😌👈, you can store the users information including there number in a users collection. You can check if its the first time there chatting with the bot by looking up the users collection with their phone number. Using a branch node you can then continue the conversation if they are registered otherwise notify them that the first need to register to continue.
8 replies
BBuildShip
•Created by Stephen on 1/3/2025 in #❓・buildship-help
Unexpected end of JSON input in Branch
Ok, I just sent over an email explaining this issue and fix.
16 replies
BBuildShip
•Created by Stephen on 1/3/2025 in #❓・buildship-help
Unexpected end of JSON input in Branch
I see the confusion. If you just expand the branch node you'll see the "Unexpected end of JSON input" error. You need then expand the "then" to see the issue is stemming from your post to supabase node.
16 replies
BBuildShip
•Created by Stephen on 1/3/2025 in #❓・buildship-help
Unexpected end of JSON input in Branch
Hey @Stephen, looking into this now
16 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
That's great @Stephen. I'm not sure I fully understand what you mean by checking to see if there is new or updated data. Do you mean in regards to BuildShip database?
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
Sure you can use any library you prefer. In this case the API call node uses the node-fetch package for requests and returns the status code as part of output
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
It's an option part of the V2 branch node
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
The remix link is using this fake api as an example https://fakestoreapi.com/products
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
Essentially you can use a brach node to check when the api call is a 200 ok response then you can loop over the api response data and insert in your database.
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
24 replies
BBuildShip
•Created by Stephen on 12/6/2024 in #❓・buildship-help
REST API JSON to database table
Hi @Stephen I will share in a few a remix link to help give you an idea how you can achieve this.
24 replies
BBuildShip
•Created by haleem` on 12/2/2024 in #❓・buildship-help
Multi-Image GPT-4 Vision
That’s awesome! Happy to help 🙌
25 replies
BBuildShip
•Created by haleem` on 12/2/2024 in #❓・buildship-help
Multi-Image GPT-4 Vision
@haleem` hopefully this short recording helps https://share.descript.com/view/UZBDSpaXoln
25 replies
BBuildShip
•Created by ph055a on 12/4/2024 in #💬・general
ph055a - What is the best solution for working ...
Hi, firestore already supports both. https://firebase.google.com/docs/firestore/manage-data/data-types#data_types
1 replies