How Integrating Django with Firebase Auth, and add Vue 3 to the mix
Aug 14, 2021 · 16 min read · Introduction For this application, firebase auth will be used to authenticate users and we will use vue to render UI and Django as an API server. Prerequisites Python 3.6 or above. Python-poetry. PIPX. Firebase account. node.js and yarn. Setting Up...
Join discussion