Utkarsh Singh

Results 9 comments of Utkarsh Singh

Found this in the `SwiftAudioplayersDarwinPlugin` class definition. Hope this resolves any mystery around "why `setAudioContext` doesn't work but `setGlobalAudioContext` does". I think it will be useful to update the documentation...

https://github.com/firebase/firebase-admin-node/issues/1666#issuecomment-1521626281 This works well for my use case, and it can also be generalized for any kind of `FirebaseError`. But it would be really nice if the class is exported,...

This happens because `Button`, `Icon`, and `Chip` all use `` as the underlying HTML tag to render the DOM elements. And there are [rules enforced by React on how HTML...

To fix the underlying issue, I would like to propose the following: 1. Let `` render as a non-`` if there are no `onPress` or similar callbacks defined. 2. In...

This will be a useful method. It looks like Google Cloud Storage (and by extension, Firebase Storage?) [has a similar method](https://googleapis.dev/nodejs/storage/latest/File.html#exists).

I believe you have set `Confirm email: Users will need to confirm their email address before signing in for the first time.` to `false`. If that is the case, the...

I am also interested in a way to enable post-signup verification. While a custom backend (using `supabase.auth.admin` on the server side + custom metadata) should help develop an alternative solution,...

Thanks for your reply! I think there are some use cases (for example, the one I explained above), and it can be implemented as a boolean flag (default to false...