Hi,
I created a food ordering App using flutter, which can build both iOS and Android app.
What I want to achieve with Clover is that after the customer place an order with the merchant who link to their Clover will trigger our app or cloud function to call the Clover create order API.
I have done developing this feature with sandbox mode. Now I am wondering in this case, which type of app should I submit?
Currently, I ask the merchant to grant the permission and get the token using the webview inside the app. And use this token to call REST API in firebase cloud function every time a new order come in.
I think it's most likely the case of REST clients, but it requires me to provide the sire URL. Since I build this app with google firebase and has no website, I don't know how to fill the form.
Hope that I state my problem clearly, and thanks for any help!