---
slug: 19689-may-beta-2021-d
published: 2023-12-13
change_type: improvement
affected_products:
  - Platform
page: https://supabase.com/changelog/19689-may-beta-2021-d
---

# May Beta 2021 [d]

Apple & Twitter Logins, Supabase Grid, Go & Swift Libraries. Lots of great stuff to try out this month.

This is also available as a [blog post](https://supabase.io/blog/2021/06/02/supabase-beta-may-2021) and a [video demo](https://www.youtube.com/watch?v=qETcl3SUfzU).

## Apple logins are now available

Did you know: if you ship an app to the App Store with any third-party logins, you're required to enable Apple logins as well? Now you can with Supabase Auth.  

![Supabase Apple Logins](https://user-images.githubusercontent.com/10214025/121519974-f0a65c80-ca24-11eb-81ba-b88067bfa75b.png)

## Twitter logins are now available

You can also use Twitter as an OAuth provider with Supabase Auth. Twitter has a very archaic OAuth implementation, so this one took a while.

![Supabase Twitter Logins](https://user-images.githubusercontent.com/10214025/121520018-fbf98800-ca24-11eb-92ab-dd55087fb6ac.png)

## New storage policy editor

We shipped a new Policy Editor for managing Row Level Security on your Storage. We provide some templates to simplify the process for new developers. 

![Storage Policies](https://user-images.githubusercontent.com/10214025/121520079-129fdf00-ca25-11eb-95a0-9c5d67817207.png)

## Supabase Grid

We are still working on Open Sourcing our Dashboard, and took another step closer by publicly releasing a new [Supabase Grid](https://github.com/supabase/grid). It's not ready to use outside of the Supabase ecosystem, but over time we hope to make it usable with any Postgres Database.

![Supabase Grid](https://user-images.githubusercontent.com/10214025/121520099-1af81a00-ca25-11eb-9eae-8b7cd207002f.png)

## Japan (Tokyo) is now available as a region

There are a huge number of Supabase developers in Japan and China, and at their request we've launched Tokyo as a region.

![Japan Region](https://user-images.githubusercontent.com/10214025/121520151-2cd9bd00-ca25-11eb-88a6-5fe5c4ae3adf.png)

## Return data as CSV

You can now [retrieve your data](https://supabase.io/docs/reference/javascript/select#return-data-as-csv) as Comma Separated Values. Thanks to [@andreivreja](https://github.com/andreivreja) for the [awesome PR](https://github.com/supabase/postgrest-js/pull/187).

![Return Data as CSV](https://user-images.githubusercontent.com/10214025/121520180-36632500-ca25-11eb-9060-7443d42bb714.png)

## New Go Libraries

The community started developing the Go libraries. [postgrest-go](https://github.com/supabase/postgrest-go) is completed, [@Yusuf_Papurcu](https://twitter.com/Yusuf_Papurcu) and [@muratmirgun](https://twitter.com/muratmirgun) are working on the remaining libraries.

![Supabase Go Libraries](https://user-images.githubusercontent.com/10214025/121520236-467b0480-ca25-11eb-9ad0-ead3c5729994.png)

## New Swift Libraries

The community started developing the Swift libraries too. [@satishbabariya](https://twitter.com/satishbabariya) is making huge progress on [`storage-swift`](https://github.com/supabase/storage-swift), [`gotrue-swift`](https://github.com/supabase/gotrue-swift), [`realtime-swift`](https://github.com/supabase/realtime-swift), and [`supabase-swift`](https://github.com/supabase/supabase-swift).

![Supabase Swift Libraries](https://user-images.githubusercontent.com/10214025/121520278-5397f380-ca25-11eb-909a-c4837f0a4e34.png)

## Build in Public

We started a weekly 1-hour live stream where we build in public.

- [Build in Public 001](https://www.youtube.com/watch?v=p561ogKZ63o): Building a "Next.js + Supabase" Tutorial
- [Build in Public 002](https://twitter.com/p_phiri/status/1397815806990372865?s=20): `maybeSingle()` and "React + Supabase" Tutorial

## Community

- `@p_phiri` made his first OSS contribution, and documented it on YouTube. [Twitter](https://twitter.com/p_phiri/status/1397815806990372865?s=20).
- `@sonnylazuardi` built an awesome 3d globe using Supabase. [Twitter](https://twitter.com/sonnylazuardi/status/1397141285664792578?s=20).
- `@yallurium` released Part 2 of "Going Full Stack with Flutter and Supabase". [Twitter](https://twitter.com/yallurium/status/1396850742724632582?s=20).
- `@coderinblack` built an Audio Social Platform using Supabase. [Twitter](https://twitter.com/coderinblack/status/1396199050207121408).
- `@adityathakurxd` built a Flutter + Supabase starter kit. [GitHub](https://github.com/adityathakurxd/supabase_flutter).
- `@dshukertjr` built a geo-tagged video sharing app with Flutter + Supabase. [GitHub](https://github.com/dshukertjr/spot)
- `@JonoYeong` created a 6-minute overview of Supabase. [YouTube](https://www.youtube.com/watch?v=1F240hR7nHU). [Twitter](https://twitter.com/JonoYeong/status/1398451556723294208).
- Everyone who has produced Supabase content is now receiving their [swag](https://twitter.com/coderinblack/status/1397042488586559490?s=20). Send a link to your blog, app, or video to swag@supabase.io along with your address and we'll make sure you're included in the next drop.

If you want to keep up to date, make sure you [subscribe to our YouTube channel](https://www.youtube.com/channel/UCNTVzV1InxHV-YR0fSajqPQ) or [follow us on Twitter](https://twitter.com/supabase_io).

## Coming Next

We're planning another Launch Week at the end of July. We'll probably have a quiet month of shipping.
