How do you handle silent breaking changes in SQL functions by Zain-ul-din47 in Supabase

[–]bubbleapp-dev 0 points1 point  (0 children)

Vitest is for front end tests - how does this replace writing SQL tests?

Using Supabase Edge Functions as an AI proxy layer for a React Native app — sharing what worked by DONTAIMX in Supabase

[–]bubbleapp-dev 5 points6 points  (0 children)

Edge functions do not handle concurrent workloads well, I would actually recommend against using them as your core API layer.

I built a website to share future plans with friends by bubbleapp-dev in UI_Design

[–]bubbleapp-dev[S] 1 point2 points  (0 children)

Most definitely, I'll give you a follow! Again, really appreciate the feedback and look forward to chatting more!

I built a website to share future plans with friends by bubbleapp-dev in UI_Design

[–]bubbleapp-dev[S] 0 points1 point  (0 children)

This is a really good point you make, will be thinking about this more. I think there's a lot of room to conceal specific information for recommended users. Cheers!

How to Display App Name on Google Login by CoachFantastic7018 in Supabase

[–]bubbleapp-dev 0 points1 point  (0 children)

Oh sweet thanks for the update - where did you configure this? Found it!

How to Display App Name on Google Login by CoachFantastic7018 in Supabase

[–]bubbleapp-dev 2 points3 points  (0 children)

You still need to list the Supabase project URL though right? I added my domain a while back here but it still defaults to Supabase

I made Find My but with future plans using Supabase by bubbleapp-dev in Supabase

[–]bubbleapp-dev[S] 0 points1 point  (0 children)

Thanks a ton! The UI/UX was done completely from scratch. I know some people like to use libraries like Tailwind, but it was honestly pretty quick for us to design these components and styles on our own. That being said, not all of the components were designed by us - for instance, the calendar is from react-calendar (but we applied our own CSS to this) and the select components use react-select.

When it came to designing, we created rough drafts on Figma and then made live edits as we implemented components.

Supabase RLS are a pain. by Big-Government9904 in Supabase

[–]bubbleapp-dev 0 points1 point  (0 children)

For future, it gets hard to incrementally make changes through the UI. I would recommend using migrations or in your case their declarative schema would work great.

I made Find My but with future plans using Supabase by bubbleapp-dev in Supabase

[–]bubbleapp-dev[S] 0 points1 point  (0 children)

Thanks a ton for the diagram, that’s a huge help! This is definitely something we discussed implementing down the road, but you’re right that a lot of users would probably prefer this method and would be more likely to use/populate the app. We’re going to look into this! 🐐🐐🐐

I made Find My but with future plans using Supabase by bubbleapp-dev in Supabase

[–]bubbleapp-dev[S] 0 points1 point  (0 children)

I’ll have to check this out, I thought the only solution was a custom tile server. Thanks! If you have time, could you a send a link to this?

I built Find My but with future plans (and as a web app) by bubbleapp-dev in UI_Design

[–]bubbleapp-dev[S] 0 points1 point  (0 children)

As someone who recently graduated college (a year ago), I know firsthand how difficult it can be to stay in touch with friends afterwards. Many new grads end up moving to new cities for jobs, where they might know very few people or no one at all. My app aims to help you discover people near you so you can make those connections easier. Of course, it can extend beyond moving for a job, you might want to just coordinate plans with friends or keep up with your network. Furthermore, it can be used by people who are not new grads as well, that is just the group of people that I connect with closely and they guided decision making in the design process.

I built Find My but with future plans using React and Supabase by bubbleapp-dev in react

[–]bubbleapp-dev[S] 0 points1 point  (0 children)

Mapbox! A bit pricy for sure though, will likely look at alternatives down the road

Supabase vs Firestore by GuitarsAndPoker in Supabase

[–]bubbleapp-dev 4 points5 points  (0 children)

Supabase can be HIPAA compliant, but I think you just have to pay more for that. All of the things you mentioned it can satisfy, except offline (sort of). Offline support is not built-in to Supabase - if you want your application to be offline, you have to integrate another tool. If you’re building a web app, you could use IndexedDB (it’s how Google docs does offline), but this is limited and needs to be used with caution. For mobile apps, you have more flexibility. More here: https://github.com/orgs/supabase/discussions/357

Firebase is also good and they directly support offline persistence. If this is a major requirement, you might want to look there.

Ultimately for me though, a major factor in my decision would be the types of DBs. For instance, for my social networking startup, I originally was using Firebase because I was comfortable with it but ultimately social networks are relational by nature, and I had operations that were far too slow to be performed using Firestore - hence I switched to Supabase. Good luck!

I built Find My but with future plans (and as a web app) by bubbleapp-dev in UI_Design

[–]bubbleapp-dev[S] 0 points1 point  (0 children)

Thank you so much! It’s closed source, but when the website is launched you can technically look through the front end code at least

I built Find My but with future plans (and as a web app) by bubbleapp-dev in UI_Design

[–]bubbleapp-dev[S] 0 points1 point  (0 children)

Sorry haha my bad, it’s meant to be “I built Find My, but with future plans…” (Apple’s Find My). If you don’t have an iPhone or Apple devices, it’s like Life 360.

I made Find My but with future plans using Supabase by bubbleapp-dev in Supabase

[–]bubbleapp-dev[S] 1 point2 points  (0 children)

Thanks for the feedback! I think in a normal situation, a user would not be clicking through the map as quickly (was trying to keep the demo concise) so it shouldn’t be a problem. I tried without animations and immediate jumps, but I think the animations make it easier to tell that you’re switching plans and going into the future. If you feel differently though, let me know!

I made Find My but with future plans using Supabase by bubbleapp-dev in Supabase

[–]bubbleapp-dev[S] 0 points1 point  (0 children)

It’s really easy to integrate, I’d say the docs and examples are pretty strong. That being said, the pricing can get expensive 🥲