Rosário P. Fernandes
Rosário P. Fernandes
@ameyasawantoptel @eleojasmil SAML provider is not yet supported on the Firebase Android SDK (see https://github.com/firebase/firebase-android-sdk/issues/662), therefore it's also not supported in FirebaseUI yet.
@ArcherEmiya05 we don't usually test with pre-release library versions (alpha, beta, rc, etc), so at the moment I don't have in mind any guidance that could help you fix this...
@jossiwolf Thank you so much for opening this!! I had already thought of a way to write `firestore-compose` and `database-compose` modules for FirebaseUI but the `auth` module was a big...
@jossiwolf Instead of forking my repo, we could simply create a separate module here for firestore (if @samtstern agrees) and start doing experiments the same way you'll do with auth....
@samtstern We migrated to Java 8 and AGP 7 in jossiwolf/FirebaseUI-Android#1 I don't see any other breaking changes for developers using the library. Most of the build breakages that we...
@rawandtakna nice catch! I would suggest removing the if check from `onStart` and only keep `addAuthStateListener()`. Would you like to send a PR?
Thanks for filing this @vedprakashwagh ! I'll have a look at it. ( looks like a duplicate of #2000 ) Edit: this is not a duplicate because it refers to...
@vedprakashwagh Can you please also share the full `Query` that you passed to your `FirebaseRecyclerPagingAdapter`?
This issue should be solved in [version 8.0.2](https://github.com/firebase/FirebaseUI-Android/releases/tag/8.0.2)
Sorry I missed this issue earlier. Thanks for bumping this thread @AdityaBavadekar That's right, exported need to be set to `true`. The fix has now been pushed to our main...