Skip to content

Commit

Permalink
firebase android setup
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammetaydinn committed Aug 22, 2023
1 parent ddbdde4 commit 642a435
Show file tree
Hide file tree
Showing 6 changed files with 13,598 additions and 920 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: "com.android.application"
apply plugin: 'com.google.gms.google-services'
apply plugin: "com.facebook.react"

/**
Expand Down
76 changes: 76 additions & 0 deletions android/app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"project_info": {
"project_number": "831109373863",
"project_id": "easy-newss",
"storage_bucket": "easy-newss.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:831109373863:android:64a312c73342f91abc2082",
"android_client_info": {
"package_name": "com.awesomeproject"
}
},
"oauth_client": [
{
"client_id": "831109373863-ckfkmo41po3f51i1imcsjkcm4tscrsih.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyB3T1vjm5mmNrxniCdjXh3Sy7ThiFzz98c"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "831109373863-ckfkmo41po3f51i1imcsjkcm4tscrsih.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:831109373863:android:d9f02c31bcd2dc04bc2082",
"android_client_info": {
"package_name": "com.stajeasynews"
}
},
"oauth_client": [
{
"client_id": "831109373863-qiob79f1h5kkcsep31efbg7aqhlkp0oq.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.stajeasynews",
"certificate_hash": "5e8f16062ea3cd2c4a0d547876baa6f38cabf625"
}
},
{
"client_id": "831109373863-ckfkmo41po3f51i1imcsjkcm4tscrsih.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyB3T1vjm5mmNrxniCdjXh3Sy7ThiFzz98c"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "831109373863-ckfkmo41po3f51i1imcsjkcm4tscrsih.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath 'com.google.gms:google-services:4.3.15'
}

}
Loading

0 comments on commit 642a435

Please sign in to comment.