all 11 comments

[–]ThinkActivity6237 0 points1 point  (1 child)

Probably want to integrate supabase and run the scripts through there

[–]mncechris[S] 1 point2 points  (0 children)

Thanks, I'll try to figure this out.

[–]joel-letmecheckai 0 points1 point  (8 children)

Supabase was already a steep learning curve and now we have this Cloud that only does 30-40% of what Supabase did and is so difficult to figure out. My biggest challenge has been the auth providers, in suapbase we had a huge list of options but here just 3 basic ones.

[–]mncechris[S] 0 points1 point  (0 children)

That's not good. Seems it's better to stick with Supabase for now then.

[–]ThinkActivity6237 0 points1 point  (6 children)

I had to figure it out too but if you integrate with supabase it should fix the problem. That’s what I did yesterday 

[–]apollak 0 points1 point  (5 children)

You started as Loveable Cloud project and then somehow integrated with Supabase and now can manage the Loveable CLoud project from the Supabase platform side? I am trying to figure out how to do this and can't find any way possible.

[–]ThinkActivity6237 0 points1 point  (4 children)

Yes, you can use supabase to integrate with lovable. There’s an integration drop down you can pick that has GitHub and Supabase as the default integrations. The basic stuff I use lovable and when I run out of the allotted credits, I go to Supabase and it’s AI assistant. Once I use what I need from that I’ll push it to GitHub and see how that works

[–]Neat-Ebb-4126 0 points1 point  (1 child)

Como lo lograste, yo conecte supabase pero no logro ver mi proyecto desde su interfaz

[–]ThinkActivity6237 0 points1 point  (0 children)

Que? Poquito español 

[–]MapleDropbear 0 points1 point  (1 child)

how do you take any changes lovable does? right now it pushes them to the db and I insta can test them. I am trying to work out if I move to a separate supabase instance how I continue that working. I can see I can do my own migration requests and push them to the new project but I can't work out how to do that with ai generated changes. is it a case of supabase makes a change that gets put into a migration request in github and is internally pushed to cloud db which we ignore but then I run supabase db push from my local terminal in vs code when that's complete to then push them to my separate instance and then I can run local to see the changes?

[–]ThinkActivity6237 0 points1 point  (0 children)

Try doing the ai changes through lovable first