Skip to content

Commit 05d8ae6

Browse files
committed
fix(android): remove google-services.json from source control
- Add google-services.json to .gitignore to prevent exposure of sensitive information - Remove the google-services.json file from the android/app directory
1 parent 94a04b9 commit 05d8ae6

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ unlinked_spec.ds
5252
**/android/app/debug
5353
**/android/app/profile
5454
**/android/app/release
55+
**/android/app/google-services.json
56+
5557
*.jks
5658

5759
# iOS/XCode related

android/app/google-services.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)