Degreat

Results 43 comments of Degreat

That's very true. Will add that to the improvements list @aytunch Thanks.

Great work @DanialV . Sorry for the late response. I've looked at your commit. I think the API becomes bloated if we include an explicit parameter `file`. Instead what we...

Great addition @lstonussi, could you please add a short document? For eg. Use this if you want to use a custom widget

@DanialV support for local files will come soon. By passing `file://path/to/video` is a great idea.

Doesn't the progress bar qualify it as a story view?

It is unclear what you mean. Can you elaborate please

@gzf6 Will resolve this today

> // auth collection only: client.users.authViaEmail(...) => client.collection("test").authViaEmail(...) client.users.authViaOAuth2(...) => client.collection("test").authViaOAuth2(...) client.users.refresh() => client.collection("test").authRefresh() client.users.requestPasswordReset(...) => client.collection("test").requestPasswordReset(...) client.users.confirmPasswordReset(...) => client.collection("test").confirmPasswordReset() client.users.getAuthMethodsList() => client.collection("test").getAuthMethodsList() client.users.getExternalAuthsList(...) => client.collection("test").getExternalAuthsList(...) client.users.unlinkExternalAuth(...) => client.collection("test").unlinkExternalAuth(...) I'm...

TLDR; Mixing auth methods with the base collection methods is an overextension of its responsibilities IMO, I think this design/API will become convoluted. Because as _auth_ collections get extended with...

I also want to use this opportunity to say, this is really great work and I'm using this in my next SaaS project starting this weekend. It's providence that I...