Thank you for the tutorial, I was looking for Appwrite chat tutorial. Can you make this react-native version please
@myinh34856 ай бұрын
Wow, you've really outdone yourself with the "wisdom widget"! It's like the Swiss Army knife of Flutter widgets-smooth, versatile, and just plain awesome. Your coding skills are so sharp, they could slice through a stack overflow of bugs. Keep up the fantastic work! You're not just a programmer; you're a coding wizard conjuring magic with every line of code. Keep making the magic happen, and may your code always be bug-free and your coffee cup never empty! 🚀✨
@satdevlpr7 ай бұрын
Many Many thanks for making App based on Appwrite. Please explore more of new Appwrite features and make video on it if possible
@rishabhdevchandrakar29577 ай бұрын
this is the best project tutorial plz provide such kind of more tuturial
@techbrew-l5j7 ай бұрын
keep it up bro, i really like your explanation and your project build.. 🔥
@kami_feeds4 ай бұрын
You gained a sub, Thank you for this great content
@nishangiri5857Ай бұрын
very good tutorial, would be more better with better audio quality
@sarthakXsharmaАй бұрын
I used your code form github but there are no user showing even after creating account from different numbers. What is this please share.
@Snehasis4321Ай бұрын
You need to search for users with phone number on the search users page, enter any starting number like +1 it will show results.
@anomihekenneth95862 ай бұрын
Please how can implement the group chat functionality
@pratikdhumal515Ай бұрын
Your tutorial is very very nice ❤❤ i loved all logic and concepts. But the chat functionality is not good , we must use firebase for chat system. Bcz with chat logic used in this tutorial will generate huge monthly bills when used in production , bcz whenever someone send message each users feed is going to load all the chats which are already present on device .
@Snehasis4321Ай бұрын
If we also use firebase then it will also generate a huge bill due to bandwidth + firestore + real-time connections if monthly active users increases. If you want less bill then use a dedicated server , create websockets from there and use database of your own choice.
@chauquang557 ай бұрын
do you use database ??
@Snehasis43217 ай бұрын
Yes, have used appwrite database in the video.
@badmusalex15686 ай бұрын
Please around 1:54:50 under the handleotpsubmit, whenever i passed that value, it shows error. what should I do? thank you. Try correcting the name to the name of an existing getter, or defining a getter or field named 'value'. handleOtpSubmit(value, context);
@Snehasis43216 ай бұрын
The 'value' it the user id of user creating session, that is correct. It may happen that you have done something wrong with code on the other functions that we are calling before handleOtpSubmit , just verify all of them are correct or not.
@abhaykevat39972 ай бұрын
which statemanagement use in this project?
@Snehasis43212 ай бұрын
Provider
@ByteBurst887 ай бұрын
AMAZING BRO
@MurachcaMia2 ай бұрын
I had several errors while registering, how to fix them? error when reading current user's chats :AppwriteException: general_query_invalid, Invalid query: Attribute not found in schema: senderId (400) unable to update online status : AppwriteException: document_not_found, Document with requested identifier not found. (404)
@Snehasis43212 ай бұрын
1) Make sure that senderId exist in user chat collection. 2) Make sure that the document that you are passing to update the online status of the user is correct. Verify it by printing the docId. If you still have problem you can join my discord.
@codevehicle6 ай бұрын
bhai playstore par nhi chorna hain kya
@KareemKoubeissi6 күн бұрын
hello bro can lebanese phone numbers be used?and i want to use this application for my graduation project in the university is it good choice?
@Snehasis43216 күн бұрын
appwrite doesn't mention which country phone number they allow, so you need to find that manually after login with phone number. It will be good to make this project for graduation, but you should also ask your professor before starting the project.
@KareemKoubeissi6 күн бұрын
@@Snehasis4321ok thank you but what do you mean by you need to find it manually after login?
@KareemKoubeissi6 күн бұрын
@@Snehasis4321and other question sorry bro can i put any number to send the otp code right? i want when I run the app infront of the dr. i want to let her see that with all numbers
@Snehasis43216 күн бұрын
1)Manually means to test your phone number with an app or website that uses phone auth, if you are receiving OTP then it means it's working. Country code is supported 2) In the code I have not restricted any phone number , so putting any active number will send OTP.
@KareemKoubeissi6 күн бұрын
@@Snehasis4321okay big thanks bro!!❤❤
@arifqayoom397 ай бұрын
Group Chats & Stories kab dalo ge es app me?
@sagarshah53416 ай бұрын
Bro, Incredible! Marry ME! 🤣❤
@dipanjansaha51047 ай бұрын
Vai uo fork wala samajh nehi aa raha hain. Agar main fork Nehi karunga to nehi hoga keya?
@Snehasis43217 ай бұрын
Agar fork Nehi karoge to notifications push nehi kar pao ge, barna baki sab chale ga shivaye uske.
@dipanjansaha51046 ай бұрын
@@Snehasis4321 Bro I did that, it runs fine. but jab main abhi fresh run kar raha hoon database se user, chat, photos wagera delete karke to otp nehi aa raha hain. Yeh keya Appwrite database ka problem hain. Will you please check it and lemme know. I have to submit that for my college project on Monday. Please thoda check kar ke bataiye
@Snehasis43216 ай бұрын
otp will only be sended in case of phone login not every time when user delete chat or messages.
@TheLifeOfSravanthi2 ай бұрын
I am unable to deploy the cloud function, It saying failed.I am using the same steps fork the code and node push notifications code is visible in my repository.But showing deployment failed in Appwrite console. Can someone help me
@Snehasis43212 ай бұрын
is it printing any error in logs of the cloud function, or it fully blank in logs? can you check the logs and tell? if still not able to solve issue join the discord server and send screenshot of the issue.
@TheLifeOfSravanthi2 ай бұрын
@@Snehasis4321 Thank you, I am able to run the function. Issue got resolved.👍
@quanvanmanh1854 ай бұрын
Can Vietnamese phone numbers be used?
@Snehasis43214 ай бұрын
It should work
@quanvanmanh1854 ай бұрын
@@Snehasis4321 i tried it but it didn't work, i switched to email and it worked
@quanvanmanh1855 ай бұрын
I don't see the otp code sent to my phone number?
@Snehasis43215 ай бұрын
Add a print statement and verify whether the phone number being passed to the send OTP function is correct or not, and also check there is no mistake in calling the function. It should send the OTP code.
@quanvanmanh1855 ай бұрын
@@Snehasis4321 I have tried it all. I even cloned your project and ran it, but I didn't see the otp code sent back. I tried to find out, but in the code there is no part to send otp to phone number and the appwrite doesn't seem to support sending otp to sms. Hope you can answer my questions
@quanvanmanh1855 ай бұрын
@@Snehasis4321 I have tried it all. I even cloned your project and ran it, but I didn't see the otp code sent back. I tried to find out, but in the code there is no part to send otp to the phone number. Hope you can answer my questions
@srijonshorts6 ай бұрын
can you upload video about flutter a to z ? please bro
@braincourses15272 ай бұрын
My app exit whenever I pick an image file , please reply
@Snehasis43212 ай бұрын
This is a problem with the latest version file_picker package,I am also experiencing the same. Try to use an old version of file_picker package that is not crashing.
@braincourses15272 ай бұрын
Ok thanks bro ❤❤,
@braincourses15272 ай бұрын
It works now , I changed to a very old version and added permission to androidmanifest.xml file
@klavijorangel3 ай бұрын
1:24:37 2:21:12
@vikashtiwari83607 ай бұрын
please use proper mic
@ravi20487 ай бұрын
I don't see any problems in the voice/sound.
@anomihekenneth95863 ай бұрын
i got the error message ════════ Exception caught by widgets library ═══════════════════════════════════ RangeError (index): Invalid value: Valid value range is empty: 0 when trying to get all chats, please help
@Snehasis43213 ай бұрын
There are no chats in database , not sure but there may be the problem when you are ready chat for specific index , just try to check if chats length in 0, then don't show in the ui.
@anomihekenneth95863 ай бұрын
@@Snehasis4321 there is chats in the database, like when I do a print command in the provider class I can see the chats for getAllChats but when i call it in the it is null
@anomihekenneth95863 ай бұрын
@@Snehasis4321 on the provider the getAllChats are fetching all chats but on the ui I get this error
@anomihekenneth95863 ай бұрын
@@Snehasis4321 i have tried checking the messages at index 0 and the printed successfully on terminal but when i call on the ui especially her UserModel? otherUser = chatData[0].users[0].userId == currentUserid ? chatData[0].users[1] : chatData[0].users[0];
@anomihekenneth95863 ай бұрын
@@Snehasis4321 there is chat in the database and it loads when chatting but when i try to allchats on the ui that is when i get the error here UserModel? otherUser = chatData[0].users[0].userId == currentUserid ? chatData[0].users[1] : chatData[0].users[0];