# Integrating firebase auth with my Glide Apps

**URL:** https://community.glideapps.com/t/integrating-firebase-auth-with-my-glide-apps/43605
**Category:** Ask for Help
**Created:** [June 28, 2022, 1:15am UTC](https://community.glideapps.com/t/integrating-firebase-auth-with-my-glide-apps/43605 "2022-06-28T01:15:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![nimkuski](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nimkuski/32/38876_2.png) [@nimkuski](https://community.glideapps.com/u/nimkuski)
#### Post date: [June 28, 2022, 1:15am UTC](https://community.glideapps.com/t/integrating-firebase-auth-with-my-glide-apps/43605/1 "2022-06-28T01:15:14Z")

</div>

Hey\_How can we use Firebase Auth to let user login to our glide app ?  
Another question is how can we let external users singin to our glide app and how can write the user related changes e.g. password changes, back and forth ? How would the same work for remembering users on devices and passwordless logins ?  
Cheers

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [June 28, 2022, 4:43am UTC](https://community.glideapps.com/t/integrating-firebase-auth-with-my-glide-apps/43605/2 "2022-06-28T04:43:45Z")

</div>

Your only secure options are to use the authentication options that glide already provides. Trying to build your own will not allow for the ability to properly secure user data.

> **[Login/Sign In](https://docs.glideapps.com/all/topics/security-and-user-data/controlling-who-can-access-your-app#private-apps)**
>
> Settings around signing in & out, privacy and app templates.
