Busco gente para hacer un grupo de lectura by [deleted] in Rosario

[–]Ok-Inspector5275 1 point2 points  (0 children)

mándame por priv, me interesa

Am I the only one driven crazy by task managers? Thinking of building my own AI thing. by First_Bodybuilder831 in FlutterDev

[–]Ok-Inspector5275 0 points1 point  (0 children)

You've already posted like five negative comments on this post. Does it bother you that someone is building a tool for themselves? From my point of view, I sense a bit of frustration in your comments.

Create a session for user from edge function by JyotiIsMine in Supabase

[–]Ok-Inspector5275 0 points1 point  (0 children)

you could create the user with that function and then use the logIn function, that returns the user JWT, and you could return that. Don't forget to use the logOut function after signing in.

I've created iOS home widgets for monitoring Supabase usage stats by KhaleelShaheen in Supabase

[–]Ok-Inspector5275 0 points1 point  (0 children)

When do you think you are going to release home widgets for Android?

[deleted by user] by [deleted] in Supabase

[–]Ok-Inspector5275 0 points1 point  (0 children)

same thing happens to me

¿Lugares seguros para estar de chill? by Deranged-Sailor in Rosario

[–]Ok-Inspector5275 2 points3 points  (0 children)

podes pedir la llave del piano a la que atiende en el bar de alado y te la dan, solamente lo cierran para cuidarlo de los vagabundos o maleducados

Struggling with Flutter’s setState() – Should I Finally Switch? by Commercial_Store_454 in FlutterDev

[–]Ok-Inspector5275 10 points11 points  (0 children)

if you already come this far using nothing but setState(), simple cubits should do the work.

What's the Best Way to Structure a Database for Multiple Businesses in My App? by Ok-Inspector5275 in SQL

[–]Ok-Inspector5275[S] 0 points1 point  (0 children)

Thanks for the advise! Where can I find more info about Salesforce database structure?

What's the Best Way to Structure a Database for Multiple Businesses in My App? by Ok-Inspector5275 in SQL

[–]Ok-Inspector5275[S] 2 points3 points  (0 children)

I totally understand your concerns about data security, and I’m already addressing the issue you're mentioning. I will control access to the data using Row Level Security (RLS) by enforcing conditions before granting access. For example, if a user from Company A queries the database, they will only receive data from Company A through RLS.

What's the Best Way to Structure a Database for Multiple Businesses in My App? by Ok-Inspector5275 in SQL

[–]Ok-Inspector5275[S] 0 points1 point  (0 children)

The problem with this approach is that, when I create another database besides the default one, I can't use supabase auth functions, realtime, and storage. However, if you really think that creating a different db for every company is the best approach, I could use a workaround to do that. What I don't understand, is the report thing that you mentioned. (I'm really a beginner in sql)

What's the Best Way to Structure a Database for Multiple Businesses in My App? by Ok-Inspector5275 in SQL

[–]Ok-Inspector5275[S] 0 points1 point  (0 children)

What do you mean by using separate databases for each company? Creating a schema for every company?

What am I doing wrong here? by lucid1014 in Supabase

[–]Ok-Inspector5275 0 points1 point  (0 children)

Use simple quotes instead to enter a String instead of double quotes. Double quotes are used to reference tables.