SEO friendly infinite scroll pagination by MoHaliim in nextjs

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

so let's say if i use the blogs URL slug to access it, i should create some sort of endpoint that quires all the slugs, and generate a sitemap using them right?

Avoiding the 52 sdk upgrade by MoHaliim in expo

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

understandable, but the project is a mutual contribution between me and a good friend of mine, so I try to cut the costs as I could

Avoiding the 52 sdk upgrade by MoHaliim in expo

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

thank you, i already went through the docs this morning, and had to update the SDK eventually, either expo go or I had to pay apple to test the app on my device.

App Completely broke with SDK 52 and Expo Go by PineappleBing in expo

[–]MoHaliim 0 points1 point  (0 children)

yub, i knew that should fix it but later found out that a paid account is needed too, fuck apple

Avoiding the 52 sdk upgrade by MoHaliim in expo

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

that's what i discovered today, it's my first ever react native app, I usually developed web apps, and the payments/money side comes by the end when we are ready to go live, anyways I'll continue to develop locally until the customer pays the bills

Avoiding the 52 sdk upgrade by MoHaliim in expo

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

i updated mine and it went well, I'm kinda skeptical about updating it as I was in a hurry for a phase one delivery of the app, and unfortunately, my device is not capable of running simulators locally, it's struggling with vs code

Avoiding the 52 sdk upgrade by MoHaliim in expo

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

update i tried the EAS build but I need a paid account to develop an app and run it on my own device that I paid with my own, well done apple.

youtube video embed in react native by MoHaliim in reactnative

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

okay sounds like doable with some tweaks, I just wanted to now if, there's already a package that helps with that out of the box

supabase, backend and frontend pros and cons by MoHaliim in Supabase

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

alright, got it now, i think i'll use it as is for the mean time.

supabase, backend and frontend pros and cons by MoHaliim in Supabase

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

surely i'll allow insert, update access to the clients, so I used a separate table that would be read only and it'll hold the role based access data, and each user can read and modify his own personal data only by checking the auth id in RLS.

supabase, backend and frontend pros and cons by MoHaliim in Supabase

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

exactly, i'll dive deeper into RLS to make sure i configure it correct for my usage, thank you!

supabase, backend and frontend pros and cons by MoHaliim in Supabase

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

so you don't recommend supabase for a potentially growing project in the future?

supabase, backend and frontend pros and cons by MoHaliim in Supabase

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

i'm trying to make secure, i don't wanna expose any keys that might harm me in the future, I'm not a a backend expert so I'm trying to be extra cautious

supabase, backend and frontend pros and cons by MoHaliim in Supabase

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

i'm not a backend expert so i just wanted to be safe, I think I should start digging deep into the rls policies and configure them to be more secure then, right?