Search code examples
androidfirebaseandroid-studiofirebaseui

Open FirebaseUI-Android with Android Studio


When I try to open FirebaseUI-Android with Android Studio nothing happens.

I use Android studio 3.1.3. I want to see demos there.

https://github.com/firebase/FirebaseUI-Android.git

I have tried to open app project but nothing happens. All views show a message that said "Nothing to show".

Someone have opened this project with android studio? Thanks.


Solution

  • I did:

    1. Download latest version of gradle from https://gradle.org/
    2. Open Android project and choose only app folder
    3. Select my gradle folder when assistant asked me
    4. Put google-services.json on the app project

    Now it is working.