I updated the informations here, replace my bucket id, collection id, database id, api, endpoint, and project
But whenever i tried to sign up, And upload the Pic. The App don't do anything after pressing create profile. Nor I can see any users in the Apk
Did you created those collections in the appwrite console ?? Also I would recommend you to run the app in debug mode and share the stack trace here
Yes, With attributes as you had define on your medium blog part 2
Okay, I am sharing the Screenshot Sir
im also curious of how to stream chats and still have pagination
also best way to arrange data in a collection
I haven't handled all the cases but I don't think pagination is difficult here, when you scroll up you could make a call keeping the cursorState aside. One thing what matters is here that duplicate data could come so you need to maintain a local state and the fetched state and compare it
The time complexity would be O(n^2) but this could be enhanced more
I would recommend sir making an youtube video. Not only it is high in demad, but also will help us to known more about Appwrite
And also handling magic URL and/or password recovery (what's related to email links)
Appwrite is new, and with your contribution we would help and understand this server with your video
Yes 🙂
@Maniac_Fighter
Thank you for your suggestions! I really appreciate your interest in Appwrite and your desire to learn more. While I understand the value of creating a tutorial video about Appwrite and xyz app, unfortunately, I am unable to commit to it at this time due to my busy schedule managing my college work, part-time job, and open-source contributions. However, I will keep your suggestion in mind and I hope to explore the possibility of creating a video in the future. Thank you again for your support and understanding!☺️
you guys, he's made a fully functioning app as you want here: https://github.com/2002Bishwajeet/no_signal
Considering you have the full source code for this app, and the fact that it's pretty well documented, you shouldn't need a youtube video on it
Really interesting and useful
Thanks
Does it has a built-in password recovery system?
I had checked dear, but it doesn't work
You need to use your tokens and cloud direction
Tokens? Cloud Directions?
What are they?
I had just change the api and storsge ids as the installation process said. I have no idea of Tokens?
It means that you need to replace the placeholder values in the code with your own values (endpoint, projectId, etc.)
Recommended threads
- Custom Domain Verification Failed
Hi! I woke up to my app not working because of this custom domain verification failed error. I have not moved any DNS configuration since I set it up 3 years ag...
- Auto Updating Backend & Auth via Appwrit...
<@870607367597850624> Hey everyone 👋 I wanted to ask to ask for a friend, he’s asking if Appwrite be used in a similar way to Supabase when integrated with AI ...
- Failed to load data from database
My app broken, it throw AppwriteException exception. Few days ago it works well. AppwriteException: , ClientException with SocketException: Failed host lookup:...