(Sorry, I’m beginner and come to swift even not from js, but from python! So it’s incredibly new for me. But js more understandable for me from python.) enter image description here Answer Here’s the simplest version. In this version, it basically uses your original pattern where doJS returns a value. The disadvantage to this version is that doJS will
Tag: swiftui
sendGrid + firebase cloud functions: Email is not sending with Callable functions
I’m new to javascript and I’m trying to send email with the firebase callable functions. the idea is to send code to user email from a cloud function when called from the iOS app. But the thing is, functions can be deployed but I’m not sure what is wrong with my code as it is not sending the email. I