DEV Community

Discussion on: List of top Open Source alternatives to popular products.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

Not sure if Auth0 is better or cheaper than Firebase Auth. Actually, I moved from Auth0 to Firebase Auth.

MongoDB Stitch also have an Auth.

Thread Thread
 
fayaz profile image
Fayaz Ahmed

Why not handle the authentication yourself? I did it recently with Nuxt + Node + Mongodb + Google sign in

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt

I still need some kind of Object / Image storage, though. But I don't think I should use MongoDB Atlas's 500 MB of GridFS...

That's why I come to Firebase Auth + Firebase Storage.

I use Google Cloud for hosting BTW, not AWS.

Nuxt Auth Module might be nice, but still I fear security and not being able to track...

Thread Thread
 
fayaz profile image
Fayaz Ahmed

Honestly, Mongodb atlas free tier is good for small apps.

If you do need image storage, you could probably use imgur or imgbb