Needs advice
on
FirebaseFirebaseMongoDBMongoDB
and
MySQLMySQL

I have been using Firebase with almost all my web projects as well as SwiftUI projects. I use it for the database as well as the user authentication via Google.

Is it good enough?? I have learned MySQL but I'm not that comfortable…

So for user authentication and database should I keep using firebase or switch to MySQL or MongoDB?? Or any other combination?

READ LESS
5 upvotes·75.4K views
Replies (3)
Recommends
on
Firebase

Doing User authentication (oauth) and session management by ourself is kind a challenging, so if possible use firebase itself since it provides these features out of the box.

READ MORE
2 upvotes·1 comment·49.6K views
saarthak tuli
saarthak tuli
·
May 27th 2022 at 4:18AM

Hey thank you for the advice… I’ll surely continue to use that… but as for database management Like the collection system in firebase is a little hard to implement for large scale apps where I need multiple databases … so should I use MySQL or MongoDB or can I do something similar in firebase??

·
Reply
Project Manager at Touchmeedia Ads·

Look if you are comfortable with firebase you can go with it, after all, It's all about development and running your program bug-free and fast, but firebase is costly fo long run and if you are comfortable with that cost then I suggest you go with it.

READ MORE
4 upvotes·1 comment·52.6K views
saarthak tuli
saarthak tuli
·
May 28th 2022 at 12:21PM

I am not really comfortable with it... I am currently using the free tier. But i want to switch from it.. I am an enthusiast so i wont mind doing the extra work... I just want a scalable robust platform that is relatively easy to use

·
Reply
View all (3)
Avatar of Swastik Gowda