Firebaseui-android: AuthUI as Fragment or Dialog

Created on 5 Sep 2017  路  2Comments  路  Source: firebase/FirebaseUI-Android

Step 1: Are you in the right place?

Asking for a solution or a feature related to AuthUI

Step 2: Describe your environment

  • Android device: all
  • Android OS version: all
  • Google Play Services version: 11.2.0
  • Firebase/Play Services SDK version: 11.2.0
  • FirebaseUI version: 2.3.0

Step 3: Describe the problem:

My app uses Fragments and a Navigation Drawer to navigate. When I use AuthUI the NavigationDrawer disappears because AuthUI is an Activity.
Is it possible to use it as a Fragment, if not a workaround would be to use it as a Dialog I think.
Is one of them feasable?(I would prefer Fragment)

Most helpful comment

Given Google's push towards Navigation Architecture Component, it seems like this might be worth revisiting.

All 2 comments

@Eragon29 thanks for the feature request! We can see how this would be helpful, but it's not feasible with our current architecture and not on our roadmap for now.

Given Google's push towards Navigation Architecture Component, it seems like this might be worth revisiting.

Was this page helpful?
0 / 5 - 0 ratings