You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codelabs/chat/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,26 +103,26 @@ Before we can start writing code that interacts with our Firebase database, we'l
103
103
104
104
This tells Gradle to exclude some files that otherwise create conflicts during the build.
105
105
106
-
[screenshot:gradle.build]
106
+

107
107
108
-
4. At this stage you'll need to synchronize the project with the gradle files again, so Tools > Android > Sync Project with Gradle Files. Android Studio will parse the gradle files and pick up our changes.
108
+
4. At this stage you'll need to synchronize the project with the gradle files again, so Tools > Android > Sync Project with Gradle Files. Android Studio will parse the gradle files and pick up our changes. You can also click the dedicated button in the toolbar
109
109
110
-
[screenshot:Sync now]
110
+

111
111
112
112
5. Since Firebase is a hosted service, our app will need to be able to access the internet.
0 commit comments