What are people's thoughts on moving away from firebase for a more long term solution? #29
ThisisJackRyan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We Currently uses for firebase: Authentication and Firestore.
Fire base was great for the quick implementation we needed for the hackathon I think a discussion should be had if that is the thing we want to do in the long term.
The main reason that sparks this is that I think it would be best if we used an Authentication service like Auth0. This would allow us to always be up to the security standard. As well as having features like logging in with gmail. I do believe Firebase has a similar solution so we may want to look into that too. I just have haven't used that one yet.
For Firestore, I wonder if it would be better to go relation or keep document based but do something a little more local like mongoDB. Personally I think we should transition to a more relation db using postgresSQL would be best. But I can be convinced otherwise.
Let me know y'alls thoughts!
Beta Was this translation helpful? Give feedback.
All reactions