I am looking to build an app using Vue with Firebase for auth and SQL Server as the db behind Express.
I understand the db workflow will be:
Vue => Express => MySQL
However, when performing the authentication should the workflow be:
Vue => Express => Firebase
or
Vue => Firebase