Flutter oAuth : how to get started with OAuth and Stripe connect
问题 I am trying to implement stripe connect in my flutter app. Here are the steps I need to implement. Can anyone please navigate me on how I could achieve this in Flutter? I am able to create a button with the endpointUrl but that's all.. Thanks 回答1: I found out this myself using firebase cloud functions: first you create an https function in the firebase cloud function then you add the link created by the function to your stripe dashboard then you write the following logic to your function