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
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...