Steven Nguyen

Results 1187 comments of Steven Nguyen
trafficstars

@Asored-D, have you had a chance to check this? Please respond or I will need to close this due to inactivity.

Would it be worthwhile to wrap this logic in a function or something because there are a few places where we probably need this (creating user during creating phone session,...

@Meldiron, would it make more sense to implement this as filter rather than in so many different places? 🧐

> LGTM. Was there an issue with spec before? Isn't there problem with other SDKs? Was this only with Dart SDK? @lohanidamodar, yes, there are problems with other SDKs if...

@lohanidamodar, what's the next steps for this? Merge this and https://github.com/appwrite/sdk-for-dart/pull/24 and push out a release for the SDK?

From the [docs](https://appwrite.io/docs/models/membership), a Membership object should be returned: ```json { "$id": "5e5ea5c16897e", "$createdAt": 1592981250, "$updatedAt": 1592981250, "userId": "5e5ea5c16897e", "userName": "John Doe", "userEmail": "[email protected]", "teamId": "5e5ea5c16897e", "teamName": "VIP", "invited": 1592981250,...

Closing as should be resolved in next release.

@PineappleIOnic, looking at the code, it looks like the user is created, but no new user event is triggered: https://github.com/appwrite/appwrite/blob/648b6f2038fb59b2beb78d81cea08aa730a106c3/app/controllers/api/account.php#L466-L501

Thank you for raising this issue! 🙏 The [Create Phone Session](https://appwrite.io/docs/client/account?sdk=web-default#accountCreatePhoneSession) API will create a user/account if one does not exist. Can you expand further on why you would need...

Thank you for raising this issue! 🙏 I'm trying to reproduce your issue, but it's not happening for me. :monocle_face: These are my steps: 1. Spin up Appwrite instance 2....