Вопрос

I have a VueJS app, which currently authenticates with JWT to a Spring Boot back end. I would like to make use of Firebase, so I can take advantage of the reactivity it provides. i.e. instead of implementing sockets, I push data from my Spring Boot app to Firebase, which then updates my VueJS app.

Given that Firebase also required authorization, I am not sure how the user is meant to authenticate against both of them without having to log in twice. I think I am just not getting something conceptually, and need advice on what I should be doing in this scenario.

I can't find anything on Google, so I feel I am doing something wrong, but it seems like it can't be such an unheard of requirement.

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
scroll top