# Mobile (firebase) SSO authentication

**URL:** https://meta.discourse.org/t/mobile-firebase-sso-authentication/183524
**Category:** SSO
**Created:** [March 17, 2021, 1:11pm UTC](https://meta.discourse.org/t/mobile-firebase-sso-authentication/183524 "2021-03-17T13:11:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Jaroslaw](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jaroslaw/32/212599_2.png) [@Jaroslaw](https://meta.discourse.org/u/Jaroslaw)
#### Post date: [March 17, 2021, 1:11pm UTC](https://meta.discourse.org/t/mobile-firebase-sso-authentication/183524/1 "2021-03-17T13:11:47Z")

</div>

Problem:  
I want to have a mobile app (xamarin) and inside of my app I’d like to put webView with access to my discourse forum. I have login page in my app so I don’t want to login again to discourse (that’s why I want to use SSO server: [Setup DiscourseConnect - Official Single-Sign-On for Discourse (sso)](https://meta.discourse.org/t/discourseconnect-official-single-sign-on-for-discourse-sso/13045)) but enter it already authenticated.

Questions:  
Is it possible to do it that way that I will enter discourse forum (from inside my mobile app in embaded web view) with passed parameters (I’m thinking about passing firebase token in discourse url parameters but I don’t know if it is possible and if it will work) discourse will encode payload (with passed firebase token) and send it to my SSO server where I will validate this token in firebase and redirect to discourse with logged user data.

---

<div class="post-metadata">

### Author: ![mohamedabdulla](https://avatars.discourse-cdn.com/v4/letter/m/d6d6ee/32.png) [@mohamedabdulla](https://meta.discourse.org/u/mohamedabdulla)
#### Post date: [February 27, 2025, 4:01am UTC](https://meta.discourse.org/t/mobile-firebase-sso-authentication/183524/2 "2025-02-27T04:01:22Z")

</div>

Hey, Have u found a solution to this? I am also facing same
