Palash Shrivastava
Palash Shrivastava

# Bug report ## Describe the bug Facing error during `supabase.auth.signIn()` call ` const { error, user } = await supabase.auth.signIn({ email, password })` The above piece of code logs...
Updated the doc as per new rules. reference [Link 1](https://developer.android.com/studio/publish) [Link 2](https://support.google.com/googleplay/android-developer/answer/9859152?visit_id=637793391176887906-293301304&rd=1#privacy)
To tell the React development server to proxy any unknown requests to your node API server in development, you can add a proxy field to your client package.json, for example:...