Wednesday, March 29, 2017

Is it a bad architecture to build part of the app with Laravel and users authentication and chat in firebase

I have e-learning system of 1 course contain customized course content and related modules plus a complete module of user messaging (including audio messages and real-time chat). It is a Mobile app also so I will build REST API in Laravel.

My question: is it a bad practice or have potential drawbacks if I developed the whole users,authentication,real-time chatting and messaging modules in Firebase and the rest of the app related to content itself in Laravel and the link will be with user id.

I don't prefer Firebase in the content management part. It is inflexible for the relational nature of the content.



via MSaudi

Advertisement