Let me tell it to you once again, you guys built an awesome tool 🔥. It's just freaking awesome. Waiting for Push Notifications and Updated SMS template(PR Already Merged 😍) in version 1.5.
I am trying to create a marketplace where users can simply download files after making payments. The payment is in crypto. Is there a way to use the events emitted after successful payment to retrieve the files?
Yep, saw your other questions as well. There are several ways you can implement this. You can implement this behavior once you get a success message on the front end. The method I would probably use would be to listen for a document update event, and trigger a appwrite function to respond to this. I’m actually working on a tutorial to implement something similar so you’re in luck - Dennis Ivy
This can be achieved by adding labels or team permissions to the document. Once you give document-level permissions to a team or label, ensure all parties you want to give access to have that label or are part of that particular team.
How to create multiple realtime database ? Lets say for evey post i need an individual chat room. Like in every TH-cam comment section. Plz can you do that with appwrite. Please
Super helpful, thank you.
This is absolute gold! Thank you Dennis!!! You are my hero 🎉
Great video Dennis! Thanks for the info! Learned a lot!
😊
This is a tutorial I've been looking forward to ✨
Can you make some more videos about function. It would help me to understand more about it.
"Function" as in appwrite functions? - Dennis Ivy
yesh. You already created five parts of that, but that's not enough If you could explain me some more in detail.@@Appwrite
Absolutely :) more coming in the future - Dennis Ivy
I hope you'll show more code in the next tutorial 😄
We’ll dive more into the code once we start creating projects with this information. I promise those are coming soon 😀 - Dennis Ivy
Let me tell it to you once again, you guys built an awesome tool 🔥. It's just freaking awesome. Waiting for Push Notifications and Updated SMS template(PR Already Merged 😍) in version 1.5.
This comment made my day 🥰 - Dennis Ivy
@@Appwrite by when can we expect the 1.5 go live Dennis? Can you please throw some light on it?
Ok I can finally say :) Check it out here: appwrite.io/init/tickets/65d3e668cd398d196ed2
How can I assign labels through my react app? .updateLabels() is not defined error occured
Hi,
Can you tell me how to store nested object in appwrite's database instead of creating 10x more collections and creating relation between them.
I am trying to create a marketplace where users can simply download files after making payments. The payment is in crypto. Is there a way to use the events emitted after successful payment to retrieve the files?
Yep, saw your other questions as well. There are several ways you can implement this. You can implement this behavior once you get a success message on the front end. The method I would probably use would be to listen for a document update event, and trigger a appwrite function to respond to this. I’m actually working on a tutorial to implement something similar so you’re in luck - Dennis Ivy
Thanks 👍🙏. I will try it out. Hope your tutorial comes up soon
Make videos on Forget password and Google authentication , email confirmation.
Hello everyone. when I create a document, I want another friend to have the authority to read it. how do I do this?
This can be achieved by adding labels or team permissions to the document. Once you give document-level permissions to a team or label, ensure all parties you want to give access to have that label or are part of that particular team.
How to create multiple realtime database ? Lets say for evey post i need an individual chat room. Like in every TH-cam comment section. Plz can you do that with appwrite.
Please
You can subscribe to database events to accomplish this. Something I’m going to release a video on soon - Dennis Ivy
@@Appwrite please release as soon as possible. I am working on a QnA web app so I need this for my project.