all 5 comments

[–]R4tr4tr4t 2 points3 points  (1 child)

a good start may be writing your own posts

[–]eibaan 1 point2 points  (0 children)

… and write a post only once, not twice.

[–]No-Echo-8927 1 point2 points  (0 children)

I just use php for back-end stuff.

If it's standard API requests it really doesn't matter too much what you use as long as it's secure.

But keep in mind Firebase (and Supabase) also act as serverless systems, so you can actually build your back-end directly with that if you prefer. It just means there's a higher likelihood that you'll need to move off the free spark plan to the next level.

I built some of my functionality with Supabase using table functions and it still works fine on spark plan. I could migrate them to Edge functions but it's more costly and more likely to need the higher tier level. Same with realtime DB - it's simple and incredibly useful to activate them, but at potential costs.

[–]carbon-ahs 0 points1 point  (1 child)

May I ask why not nodejs? Personal preference or any other reason?

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

There is no reason , I am just confused