Skip to content

Commit e9b54b5

Browse files
committed
Enabling integration with Firebase using Google Services
1 parent 2d32a0a commit e9b54b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/build
88
/captures
99
.externalNativeBuild
10+
google-services.json

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ dependencies {
3131
implementation 'com.google.firebase:firebase-auth:11.0.0'
3232
}
3333

34-
//apply plugin: 'com.google.gms.google-services'
34+
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)