Issue
I have an Ionic 5 web app that runs a cloud function onUserCreate() to create a stripe customer.
I want to deploy my ionic app to iOS and trigger a different firebase cloud function to interface with apple pay and not run the function to also create a customer with stripe.
How can I conditionally run this function based on the platform?
Solution
pass a flag that indicates the source platform when you create the user
https://ionicframework.com/docs/vue/platform
Answered By - Aaron Saunders
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.