Firebase Authentication

Im wondering if its possible to use Firebase authentication (including social authentication → Google, Facebook,…) using Django and its templating mechanism (no drf)?
If yes, are you aware of any recent and reliable tutorial?
Im interested in using the pre-built UI and drop it in the Django templates. How can you get the user data from django templates?