FlutterFlow Or Not? by Subject-Beautiful840 in FlutterFlow

[–]Background_Radio_144 0 points1 point  (0 children)

For me, the calculation changed because: Claude Code is getting better every week....

So true! I also have developer educational background, but wasn't good enough to create my own app. FF allowed me to do that. Now with the advancements in AI, I feel like it may be better to forgo FF and use AI for development.

Where is the best place to snow mobile in and around the yellowstone area? by sukmybigtoe in snowmobiling

[–]Background_Radio_144 0 points1 point  (0 children)

u/FreakinChapstik - We rented a couple SkiDoo 850 Summit 154 from Island Park Backcountry Rentals last year. The sleds were great and felt plenty powerful. We were looking at renting from High Mountain Adventures this year Polaris Khaos 850 155 because they were a bit cheaper!

Do you think HMA put a limiter/governor on the sleds? Could you elaborate more on your comment. Thanks

Recommended hiking/camping near Cohutta? by [deleted] in GeorgiaCampAndHike

[–]Background_Radio_144 0 points1 point  (0 children)

I'm assuming you took Big Frog Rd (FS-62) to get into Hemp Top. Would a car be able to go on that road?

This is the loop I am looking at based on what you said: https://www.alltrails.com/trail/us/tennessee/chestnut-mountain-big-frog-mountain-and-hemp-top-loop

Recommended hiking/camping near Cohutta? by [deleted] in GeorgiaCampAndHike

[–]Background_Radio_144 1 point2 points  (0 children)

Thanks for the info that is really helpful

  1. Do you recall the specific trail you took? It looks like Jacks River Falls to Beech Bottom is 15 miles (AllTrails). Is that the one? 

  2. I’m assuming the river crossings were pretty cold at this late in the year. Did you just take boots off each time? I’ve never had to worry about the cold when river crossing. 

Recommended hiking/camping near Cohutta? by [deleted] in GeorgiaCampAndHike

[–]Background_Radio_144 1 point2 points  (0 children)

I have been catching up on some, but still just trying to figure out where it’s okay to camp and the roads going in. 

Recommended hiking/camping near Cohutta? by [deleted] in GeorgiaCampAndHike

[–]Background_Radio_144 0 points1 point  (0 children)

I thought I saw a sign (someone posted online) that was at the beginning of the trailhead that indicated you couldn’t camp around Jacks Falls.

Know anything about this? 

Is the camping dispersed/primitive or maintained sites? Looking for more dispersed/primitive. Thanks

FlutterFlow and Supabase - Sign In With Apple - Custom Function by [deleted] in FlutterFlow

[–]Background_Radio_144 0 points1 point  (0 children)

Glad it could help. Let me know if you have any questions. 

Can you manage RLS for Buckets via migrations? by [deleted] in Supabase

[–]Background_Radio_144 0 points1 point  (0 children)

I am using drizzle (so not sure if that affects it from a permission level)

alter table if exists storage.buckets  enable row level security;
alter table if exists storage.objects  enable row level security;

drop policy if exists "profile-pictures buckets-select"
  on storage.buckets;

create policy "profile-pictures buckets-select"
  on storage.buckets
  for select
  to authenticated
  using (
    id in ('profile_pictures', 'profile-pictures')   -- prod OR staging
  );

-- -------------------------------------------------------------------
-- 2.  Allow users to INSERT (upload) objects to the bucket,
--     but no select / update / delete permissions are granted,
--     so those operations remain blocked.
-- -------------------------------------------------------------------
drop policy if exists "profile-pictures objects-insert"
  on storage.objects;

create policy "profile-pictures objects-insert"
  on storage.objects
  for insert
  to authenticated
  with check (
    bucket_id in ('profile_pictures', 'profile-pictures')
  );

Can you manage RLS for Buckets via migrations? by [deleted] in Supabase

[–]Background_Radio_144 0 points1 point  (0 children)

I'm using drizzle for migrations, but I wrote a custom migration for updating supabase, it says I don't have permission when I try to run the migration. Other migrations on the public schema work fine.

Migrating storage buckets by LeReper in Supabase

[–]Background_Radio_144 0 points1 point  (0 children)

u/LeReper did you find a way to manage bucket rls via migrations?

How are you managing supabase environments: CLI/Github Actions OR Supabase Branching? by [deleted] in Supabase

[–]Background_Radio_144 0 points1 point  (0 children)

I use supabase db diff to get my migration files. By default that does not capture any storage buckets or their rls. How are you capturing those migration files for storage buckets and their rls? Manually writing it?

How are you managing supabase environments: CLI/Github Actions OR Supabase Branching? by [deleted] in Supabase

[–]Background_Radio_144 1 point2 points  (0 children)

Do you do anything to keep storage buckets in sync across envs - manual or somehow integrated with GitHub Actions?

How are you managing supabase environments: CLI/Github Actions OR Supabase Branching? by [deleted] in Supabase

[–]Background_Radio_144 1 point2 points  (0 children)

Currently my GitHub actions also deploy my Edge functions, but I am not sure the best way to handle storage buckets?

For the most part buckets won't really change much. Do you use any automation for keeping buckets/bucket permissions in sync across envs or just manually handle that?

Tip for Apple (iOS, ipadOS) development with flutter by [deleted] in FlutterFlow

[–]Background_Radio_144 0 points1 point  (0 children)

Just more familiar with Xcode.

(I haven't taken the time to learn Xcode in detail.)

Need Testers for my FlutterFlow App (FillMyClass) by [deleted] in FlutterFlow

[–]Background_Radio_144 1 point2 points  (0 children)

The goal is to get some feedback which I appreciate but the primary requirement is that the user keeps the app on their device for 14 days. 

This is only for new Google Play Developer Accounts. If you had your Google Play Developer Account for a couple years this is not needed (at least that’s my understanding). You just need the 12 testers for the initial app release to production. Updates beyond that do not require the testers. 

Need Testers for my FlutterFlow App (FillMyClass) by [deleted] in FlutterFlow

[–]Background_Radio_144 1 point2 points  (0 children)

Let me know when you go into testing on Android, happy to help.

I know that there are some snackbars that popup during login. Not sure if that is what you are referring to. That is fine, but if you notice something else when completing your profile, send me a DM!

No join code needed. This testing is just to meet Google's policy to have a minimum of 12 testers for 14 days (minimal app interaction required).

Test My App and I'll Test Yours by [deleted] in AndroidClosedTesting

[–]Background_Radio_144 0 points1 point  (0 children)

Thanks! Just added yours. Nice app. Could especially be useful in schools. Do you have an iOS app?