-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
supabase-js 2.0 #170
Comments
Re: the tree-shaking in #151, we'll be modularizing each Supabase components right? (i.e. This also makes it easier to implement in other languages with less flexible OO features, esp. once we tackle iOS/Android. |
One more item: standardizing error response format supabase/supabase#12739 supabase/auth-js#405 |
must have in v2 for better TypeScript type definitions for queries, kudos to @bnjmnt4n : |
Better integration (and examples) with react-native and expo's auth methods |
Hey! Sorry if this is not the right place to reach out - I am currently integrating Superbase (V2) with latest Expo and I am running into few gotchas. I would like to have a chat and help you improve the DX for that platform, potentially with some examples. What would be the most convenient way to chat? If Discord, you can find me at |
I believe this should be a showStopper for v2 |
What?
We're using this task to plan any breaking changes that we might want to add to supabase-js as part of our
2.0
release:(Possible) Features
undefined
instead ofnull
for bottom type: [Feature Request] - Option for nulls as undefined #244return: minimal
by defaultnullsFirst: true
: Supabase default of nullsLast can cause performance issues with ascending:false. postgrest-js#239Timeline
The text was updated successfully, but these errors were encountered: