Steven Nguyen
Steven Nguyen
@xuelink, thanks for raising this! 🙏🏼 Looks like we need to fix our templates: * https://github.com/appwrite/sdk-generator/blob/d382c1f14607cef8819b70d4a1fb3cf6b0880255/templates/web/docs/example.md.twig#L25 * https://github.com/appwrite/sdk-generator/blob/d382c1f14607cef8819b70d4a1fb3cf6b0880255/templates/react-native/docs/example.md.twig#L25
@ParagGhatage, there was someone else already assigned on this and they already submitted a PR. Please do not work on issues assigned to others because we don't want people's work...
Re-opening as the examples need to be updated.
The health test keeps failing. We probably need to wait for https://github.com/appwrite/appwrite/pull/8327 to be merged into main and then update the branch so that the tests pass.
@isakjensen, thanks for raising this issue! 🙏🏼 Perhaps your session isn't persisting. Are you able to call `account.get()` after `account.createEmailPasswordSession()`? If that throws an error, it confirms the session is...
@Souptik2001, assigned! Thanks for your interest!
@Souptik2001, how's your progress on this? Keep in mind, I'll need to unassign you due to inactivity soon.
@MHEien, thanks for raising this issue! 🙏🏼 Can you expand more on the use-case for data-only notifications?
@Rizzist, thanks for creating this issue! 🙏🏼 Appwrite's collections are flat so we typically handle related data via a separate collection. We also support [relationships](https://appwrite.io/docs/products/databases/relationships), but they are experimental and...
@arrowxpr, thanks for creating this issue! 🙏🏼 Are you referring to type information for the context?