I'm proposing we remove this block entirely since we do not allow Superuser access at all anymore (so this might be confusing for people if we left it in):
## Superuser roles
The superuser role has unrestricted access to the database system. Typically these roles will be able to bypass all security measures (like Row Level Security). Be cautious when granting superuser privileges as it can potentially lead to security risks.
* Bump @supabase/shared-types.
* Add scopes parameter to all queries and mutations.
* Refactor the publish app side panel to include scopes.
* Refactor the authorize page to show the app scopes.
* Remove a console.log.
* Address all feedback.
* Simplify the scope rendering.
* Simplify the scopes wording when creating an app.
* Make the modal a bit wider so that some of the text doesn't overflow.
* Add docs url to oauth scopes
---------
Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
* Chore: Update performance.mdx
Points the user to the right page to change connection limit
* Update performance.mdx
* Update apps/docs/pages/guides/platform/performance.mdx
Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
---------
Co-authored-by: Greg Richardson <greg.nmr@gmail.com>
Updates JS library reference docs with more information regarding on how to use Broadcast from Realtime
---------
Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
We no longer offer superuser, the command should also be easier to copy and paste for users less familiar with SQL.
More advanced users, should have no issue changing from postgres to a different role if they need.
* Add bash snippets for storage in API side panel
* Update studio/components/interfaces/ProjectAPIDocs/ProjectAPIDocs.constants.ts
Co-authored-by: Inian <inian1234@gmail.com>
---------
Co-authored-by: Inian <inian1234@gmail.com>
* update Flutter Google login example to use google_sign_in package
* update build.gradle to support multidex
* compatible with native google login
* update comments
* update readme of sample app
* fix the blog to use the new flow
* update google login guide for Flutter to use the new flow
* Add an intro line for Flutter native google auth guide
* Deprecate old project-read-only-query and add temp-disable-read-only-mode-mutation
* Scaffold enable writes UI
* Implement temp enable writes
* Bump @supabase/shared-types.
* Add scopes parameter to all queries and mutations.
* Refactor the publish app side panel to include scopes.
* Refactor the authorize page to show the app scopes.
* Remove a console.log.
* Address all feedback.
* Simplify the scope rendering.
* Simplify the scopes wording when creating an app.
* Make the modal a bit wider so that some of the text doesn't overflow.
* Add URL to docs for oauth apps scopes
* Remove unnecessary async await
---------
Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
* update Support page layout
* layout improvements
* add command K search in Support Page
* use SessionContextProvider for cmdK and update supabase client in www
* cleanup
* add typed input placeholder to support page
* reduce gap in layout
* update support page layout, icons, cta hierarchy and copywriting
* separate issues and feature requests call to actions
* update and cleanup Support page
* fix support heading title
* update icon color
* clean up import
* update icon color