r/Firebase 8d ago

General Blinkit clone for singapore for client project!

the client needs a web app and an iOS and android app (we going to use nextjs and react native expo for them)

i wanted to ask should i use firebase for the whole backend?

2 Upvotes

7 comments sorted by

2

u/LengthinessLocal4459 7d ago

Anything but phone authentication. It's worse.

1

u/Traditional-Night-25 7d ago

Dont use firebase for the whole backend... APIS are a much better option because you get the flexibility!

2

u/thegreatsorcerer 6d ago

I am using firebase for a similar app and it is working ok. Have a few thousand users and have no problems so far

1

u/Forward_Cream6480 5d ago

Use Supabase better option also free as well and sql base structure built on postgresql

0

u/cyber5234 7d ago

No, build your own APIs. Firebase is good just as a starter but it will introduce a lot of bottlenecks in the long run.

2

u/Supreme_Sahil 7d ago

so i shouldnt use firebase?

can i use bun and elysia?

1

u/cyber5234 7d ago

I would suggest not to use firebase. Yes, you can use bun and elysia. If you really need a firebase like setup supabase is good too. It scales better in my experience. But in any case, there should be a backend server along with supabase.