vaibhav
vaibhav
BRBuildShip + Rowy
Created by ZippidyZap on 2/13/2024 in #❓・buildship-help
How to view console logs
you need to use logging.log instead of console.log
5 replies
BRBuildShip + Rowy
Created by rymack on 1/18/2024 in #❓・buildship-help
Rest Api call variable
Hi, there has been an update in the Rest API Call trigger. Can you share the video link so I can suggest an alternative?
7 replies
BRBuildShip + Rowy
Created by Sravan G on 11/26/2023 in #❓・buildship-help
buildship security features
Yes. Also, since everything is on Google Cloud. You have their protection too. They can detect and block if a lot of requests are coming from the same system. More info: https://cloud.google.com/run/docs/securing/security#requests-service
16 replies
BRBuildShip + Rowy
Created by Sravan G on 11/26/2023 in #❓・buildship-help
buildship security features
BuildShip has firebase nodes that you can use to create your own authentication layer. The type of authentication layer depends on how your API will be used. We will soon have support for more use cases. Does this provide you with confidence?
16 replies
BRBuildShip + Rowy
Created by Sravan G on 11/26/2023 in #❓・buildship-help
buildship security features
Yes, that's what I mean by private API. If your workflow is light, you can keep your API public it won't make much of a difference. We don't have a tutorial for this. You can ask AI to generate something.
16 replies
BRBuildShip + Rowy
Created by Sravan G on 11/26/2023 in #❓・buildship-help
buildship security features
You can write JS inside script nodes so there are a lot of possibilities. For making private APIs my recommendation would be to check for token in authorization header.
16 replies
BRBuildShip + Rowy
Created by Sravan G on 11/26/2023 in #❓・buildship-help
buildship security features
As of now, we don't allow exporting so you can't deploy to AWS. BuildShip scales infinitely. We deploy your code to Google Cloud. We develop our own APIs using BuildShip.
16 replies