
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
- Issue with Storage File Details View: In...
- Dart Angel 3 ORM- Create Tables in Mysql...
Hello, I am working with dart Angel 3 object relational model and Mysql 8.0.32. I wander if someone had successed to pass foreign keys in tables. I can run migr...
- White Screen of Death
I am building an android application which is using React native(EXPO) and Appwrite. But While using the App in the Expo Go or Orbit it works perfectly wihout e...
