Cloud Firestore on Android - Getting Started, Episode 3: Run the Sample Project | raywenderlich.com

After setting up the sample project to work with Firebase, we’ll discuss how the sample project works and how it will be communicating with Cloud Firestore.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/22246944-cloud-firestore-on-android-getting-started/lessons/3

Hello! I’m having issues while importing the sample project to my Android Studio. It never ends the “Importing app Gradle project” action

Hi! Well that shouldn’t happen normally, have you tried invalidating Android Studio cache and restarting? First close Android Studio and launch the project again, then to clear Android Studio’s cache and bring it out of its state of confusion, select ‘File > Invalidate Caches / Restart’ and then click the ‘Invalidate and Restart’ button. Clean and rebuild your project.

Let me know if that helps!