Hey all,
I'm really new to Firebase and trying to decide if I should use FIrebase on my app.
I'm developing an online marketplace (2 types of users)
I want to add a messaging system between the 2 types of users.
(Working with Django for backend and AngularJS on frontend)
I have 2 questions.
1. Should Firebase really be used for chat\messaging infrastructure?
2. My users login into the app using the Django authentication framework. Once the users logged in I want them to be able to chat without any further login needed.
Is it possible to authenticate my django user with the Firebase authentication system so that each user can see only the messages relevant to him an so on.
Best,