-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 Feature: Add WhatsApp with Vonage for Swift #209
Comments
I'd like to work on this issue, please assign! |
Hi @RV784 have assigned the issue to you! Thank you for showing interest in contributing to Appwrite! Happy Hacktoberfest 🎃 Notes:
|
I've started working on this feature today. Will keep this thread updated about the progress and ask here whenever I'll need help. @Haimantika |
Hey I would also love to work on this |
Hi, we are assigning issues on a first-come, first-serve basis, if the other user decides to drop off, we will assign it to you. |
Hi, as I was going through understanding templates and Appwrite functions, I noticed a couple of things in the starter function that is already Implemented
![]()
![]() Do let me know if I'm not building it correctly in this case. I'm on Xcode-15. |
I don't think you can build Appwrite functions locally :) They're a file depended upon by the Appwrite Functions runtimes |
Hey, just wanted to ask that between these two approaches of saving the variables (vonage secret keys, whatsApp number etc). First I'll go with .env file but wanted to clear this doubt. |
Hi, I’m done with the Implementation of this function Here is the progress of what I’ve done
Things remaining
Also it would be very helpful if you could checkout the code I pushed and tell me things that can be improved. |
Hi, I saw that Swift-runtime is not available in cloud. If it goes well then I may've completed this feature implementation. |
You can self-host and add deploy manually to test: |
Hi, I've successfully self-hosted Appwrite locally. Will update how the functions goes after I deploy it. |
I’m having a little trouble with Add deploy procedure.
Edit -> Found this article (https://dev.to/appwrite/clean-your-storage-using-appwrites-swift-cloud-functions-1h4f). First will go through this then get back here if still stuck |
Thanks for the update. Even after the documentation if you have any questions, you can ask us on Discord |
So they are passed in as environment variables through the function :) |
You should be using the CLI, but it would be even better if you setup GitHub integration instead :P |
Hi, so I manually deployed my function on self hosted Appwrite but I faced errors like shown in screenshot attached Now most of them are syntactical but I want to ask So can you tell in which environment should I like code the function in? Or like how do I set up this environment? I also faced some JWT Authorisation errors but first I want to solve the above facing issues. |
Hi, I'm facing this error while Building a function with runtime Swift-5.8. This is according to this documentation regarding development for Swift Runtime -> https://appwrite.io/docs/products/functions/development#request |
So I was able to deploy the function. and I got this error no matter what I execute regardless of request method -> "An internal curl error has occurred within the executor! Error Msg: Connection reset by peer\nError Code: 500" |
Currently I'm trying my router's ip instead of localhost to see if it works or not. |
Closing issue due to inactivity and hacktoberfest being over, thank you for taking the time to be part of hacktoberfest this year :) |
Appwrite Functions allow you to extend and customize your Appwrite server functionality by executing your custom code. 🤩 You can learn more at our official Appwrite Functions docs.
Your task is to implement the WhatsApp with Vonage function in Swift. You can look at the existing Appwrite Functions Templates in another coding language.
Your function should behave and be implemented similarly to existing WhatsApp with Vonage Node.js template.
Tasks summary:
feat-implement-whatsapp-with-vonage-swift
swift/whatsapp-with-vonage/
.README.md
explaining what the function does, how to use it, and customize it. Here is an example.If you need any help, contact us on our Discord server.
Are you ready to work on this issue? 🤔 Let us know, and we will assign it to you 😊
Happy coding!
The text was updated successfully, but these errors were encountered: