Your Majesty
BBuildShip
•Created by Your Majesty on 11/21/2024 in #❓・buildship-help
Firebase Login auth flow
Please I am trying to build a web app on webflow and using buildship as the backend, I have created the authentication flow for creating new users on firebase using email and password through buildship.
What I want to know is, is there a workflow for logins for firebase users. Can anyone point me in the right direction?
And if there isn’t a workflow, how do I achieve the login workflow for firebase on buildship. There is no videos on that which I have seen. They all only show creating a user and not how to handle logins.
What nodes will I use to compare the passwords the users enter to what is in firebase? Or what node will I ise to handle that?
3 replies
BBuildShip
•Created by Your Majesty on 5/30/2024 in #❓・buildship-help
how to save Current timestamp in firebase create document node
Sorry if this is a dumb question but how do you save the current timestamp to a firebase document with a data type as “timestamp”
Eg.
{
“createdAt”: “currentTimestamp”
}
11 replies
BBuildShip
•Created by Your Majesty on 3/5/2024 in #❓・buildship-help
Authorize api request URLs
Please how do you authenticate/authorize a url of an api request so its only taking requests from users of your app? Lets say you have a buildship api in flutterflow that triggers some api cals in the backend, but you don’t want everyone flooding the api call with lots of requests, you just want your users of your app to have access to that , how do you do that? Because the api url to trigger the buildship workiflow is going to be public …so how do you do that please?
4 replies