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
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...
- Issue with google and apple oauth in Flu...
My Flutter application is logging in and out with email and password successfully, but I’m having trouble with Google and Apple OAuth login and signup. Here’s...
- Issue with email/password auth in Flutte...
is there an issue with Flutter auth right now? I am unable to login all of a sudden in my app with `createEmailPasswordSession`... when I go to verify the login...