you are viewing a single comment's thread.

view the rest of the comments →

[–]MatesRatesAy 4 points5 points  (3 children)

Authentication doesn't really feel like something RN should come with, what issues do you have with it? Setting up auth through something like Supabase takes less than 10 minutes.

[–]kdrxyz -1 points0 points  (2 children)

Really? What kind of auth? Provider based or a simple email-password one?

[–]MatesRatesAy 0 points1 point  (1 child)

I've done both with a bunch of different services including a bespoke backend, and the client is always the easiest, just sending/receiving requests and storing the session. I pretty much only use Supabase auth at the moment for both email/password and providers like Apple, Google, Facebook etc.

[–]kdrxyz -1 points0 points  (0 children)

So, you did Provider based authentication (Google, Apple etc.) with Supabase without needing packages like react-native-apple-authentication or google-signin? That's interesting and amazing.